-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throwing error on Flutter build #13
Comments
Hi, this is the same as #10 The Flutter Team are doing tests at the master branch with the solution I offered on route reconstruction. Update to the latest version from master, and/or keep the version of the master that does not show errors until They decided whether the overlayRoute will have a GlobalKey off the stage or not. |
Get was working perfectly for both Android and iOS but now my app will no compile. Getting the following error when debugging or flutter build...
I have tested with dev and master flutter branches.
UPDATE:
still have this issue after:
flutter clean
flutter pub cache repair
Tested with get: ^1.7.3 and get: ^1.7.4
Removed get and app compiles.
The issue started randomly. Not aware of any updates that could have triggered this.
The text was updated successfully, but these errors were encountered: