skip to Main Content

Flutter Grid View Stick to Bottom inside a List View

I am trying to create an application for university project using flutter. My current code is as follows. import 'package:flutter/material.dart'; import 'package:mathappcd/constants/widgets_constants.dart'; import 'package:mathappcd/screens/sectionA.dart'; import 'package:mathappcd/screens/sectionB.dart'; import 'package:mathappcd/widgets/app_bar.dart'; import 'package:mathappcd/widgets/square_btn.dart'; extension ContextExtension on BuildContext { bool get isSmallScreen => MediaQuery.of(this).size.shortestSide…

VIEW QUESTION

GridView inside a row for Flutter Web

Im trying to put a gridview inside a row for flutter web development, but I got a few errors Another exception was thrown: Vertical viewport was given unbounded height. 36 Another exception was thrown: Assertion failed: file:///C:/dev/flutter/packages/flutter/lib/src/rendering/box.dart:1972:12 Another exception was…

VIEW QUESTION
Back To Top
Search