You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
Hi, thanks for building this template its really good.
The biggest issues that i cannot fix from the latest updates to flutter are generated around the new requirements for classes and onGenerateRoute : (from what i can tell)
transferring event data into routes.dart
new null safety update which required constructors variables to be set to required (links into problem 1)
Upon pressing the AddEvent Button to create an event it fails due to problem 2 same issue is occuring with edit profile button,
problems beyond these two buttons is unkown as i cant access them.
Note i am using the most up to date versions of each of your dependencies as well as the data from your latest update for flutter_events_2021.
Thankyou in advance
The text was updated successfully, but these errors were encountered:
Hi, thanks for building this template its really good.
The biggest issues that i cannot fix from the latest updates to flutter are generated around the new requirements for classes and onGenerateRoute : (from what i can tell)
problems beyond these two buttons is unkown as i cant access them.
Note i am using the most up to date versions of each of your dependencies as well as the data from your latest update for flutter_events_2021.
Thankyou in advance
The text was updated successfully, but these errors were encountered: