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

Update 'flutter pub' run to 'dart run' #509

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aivantuquero
Copy link

The flutter pub run command is no longer supported in Flutter 2.10.0 and later. You should use the dart run command instead. The flutter pub run command was used to run Dart scripts that were published to pub.dev. However, this command was not always reliable and could sometimes cause problems. The dart run command is a more reliable way to run Dart scripts, and it also supports a wider range of features.

Using flutter pub run will show "Deprecated. Use dart run instead".

The flutter pub run command is no longer supported in Flutter 2.10.0 and later. You should use the dart run command instead. The flutter pub run command was used to run Dart scripts that were published to pub.dev. However, this command was not always reliable and could sometimes cause problems. The dart run command is a more reliable way to run Dart scripts, and it also supports a wider range of features.
@aivantuquero
Copy link
Author

I noticed that there are PRs that did the same, please wait for my revised version as I will also change the files under bin and changelog.

@aivantuquero
Copy link
Author

I would appreciate it if someone would review this PR.

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

Successfully merging this pull request may close these issues.

None yet

1 participant