-
Notifications
You must be signed in to change notification settings - Fork 181
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
Get_cli errors on the latest version of flutter #243
Comments
I experienced the same problem, this happened because waitFor will be removed in the next dart, I added the --enable_deprecated_wait_for flag but it still couldn't solve the problem |
Upon further investigation the issue has more to do with dcli than this package. |
I found a workaround as get init is not working, we only need to manually initialize the project, and we can still add pages. we can still use
and
add get dependency, create the home screen, then you can edit the main file based on your architecture for Getx_pattern
for CLEAN main.dart
config.dart
|
dart pub global deactivate get_cli
dart pub global activate -s git https://github.com/knottx/get_cli.git --git-ref knottx |
Works perfectly - only dependancies required updating |
I am trying to run get_cli on the latest version of Flutter/dart however I seem to get the below error
below is my version of flutter
The text was updated successfully, but these errors were encountered: