-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
The project currently fails to compile due to multiple critical errors in main.dart.
Errors observed
- 'MyApp' is not recognized as a class
- Incorrect usage of 'class' and 'extends'
- Undefined widgets like 'WidgetsBindingObserverWidget'
- Missing 'AppRouteObserver'
Steps to reproduce
- Clone the repository
- Run
flutter pub get - Run
flutter analyze
Expected behavior
The application should compile and run successfully.
Actual behavior
Compilation fails with multiple syntax and undefined reference errors.
Possible Fix
- Correct class definitions in
main.dart - Implement or remove undefined classes
- Fix syntax issues
Additional context
I would like to work on this issue and submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels