Skip to content
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

Migrate to Flutter 3.0.0 #175

Open
ProZhar opened this issue May 11, 2022 · 5 comments
Open

Migrate to Flutter 3.0.0 #175

ProZhar opened this issue May 11, 2022 · 5 comments

Comments

@ProZhar
Copy link

ProZhar commented May 11, 2022

After upgrading flutter to 3.0.0 I have an error:
11111

get_cli version: 1.6.0

@ProZhar
Copy link
Author

ProZhar commented May 12, 2022

I fix this by upgrading win32 package from 2.3.3 to 2.5.2 version.

flutter pub upgrade
dart pub global deactivate get_cli
dart pub global activate get_cli 1.6.0

@berkayhh
Copy link

dart pubglobal activate get_cli 1.6.0

dart pub global activate get_cli 1.6.0

@DSPerson
Copy link

I fix this by upgrading win32 package from 2.3.3 to 2.5.2 version.

flutter pub upgrade
dart pub global deactivate get_cli
dart pub global activate get_cli 1.6.0

Nice

@infolinematrix
Copy link

it works

@ErnestDaDev
Copy link

This works. Then after I upgraded to 1.7.1 and it works fine.

I fix this by upgrading win32 package from 2.3.3 to 2.5.2 version.

flutter pub upgrade
dart pub global deactivate get_cli
dart pub global activate get_cli 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants