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
Thank you so much for the boilerplate for building Flutter App, i'm a newbie and learning about flutter.
After clone your git and install, I have an issues when run iOS app:
[VERBOSE-2:shell.cc(93)] Dart Unhandled Exception: type 'AdaptivePage' is not a subtype of type 'AutoRoutePage' in type cast, stack trace: #0 StackRouter._addEntry
package:auto_route/…/controller/routing_controller.dart:878 #1 StackRouter._push
package:auto_route/…/controller/routing_controller.dart:705
(I tried with flutter SDK 2.0 and 2.5 but same that error)
Please help me, thanks !
The text was updated successfully, but these errors were encountered:
Hi Ganesh Rathinavel!
Thank you so much for the boilerplate for building Flutter App, i'm a newbie and learning about flutter.
After clone your git and install, I have an issues when run iOS app:
[VERBOSE-2:shell.cc(93)] Dart Unhandled Exception: type 'AdaptivePage' is not a subtype of type 'AutoRoutePage' in type cast, stack trace: #0 StackRouter._addEntry
package:auto_route/…/controller/routing_controller.dart:878
#1 StackRouter._push
package:auto_route/…/controller/routing_controller.dart:705
(I tried with flutter SDK 2.0 and 2.5 but same that error)
Please help me, thanks !
The text was updated successfully, but these errors were encountered: