1
Hello, I am trying to fix a simple yet tacky error...context
Post Flair (click to view more posts with a particular flair)
Post Body
I am getting errors in Navigator.push(context,), I read in the docs that I the class to be in a material app and that is also not working. any help is appriciated
These are the top lvl classes:
class DashboardScreen extends StatefulWidget {
DashboardScreen({Key key}) : super(key: key);
u/override
_DashboardScreen createState() => _DashboardScreen();
}
class _DashboardScreen extends State<DashboardScreen> {
WeightProvider weightProvider = WeightProvider();
List<Weight> allWeightRecords = List<Weight>();
WorkoutsProvider workoutsProvider = WorkoutsProvider();
List<Workout> allWorkouts = List<Workout>();
final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>();
***context errors here**
Author
Account Strength
100%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
3,321
Link Karma
606
Comment Karma
2,260
Profile updated: 1 day ago
Posts updated: 6 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/flutterhelp...