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

Change all instances of flutter pub run with dart run #9301

Closed
atsansone opened this issue Aug 25, 2023 · 0 comments · Fixed by #9302
Closed

Change all instances of flutter pub run with dart run #9301

atsansone opened this issue Aug 25, 2023 · 0 comments · Fixed by #9302
Assignees
Labels
dev.deployment Relates to deploying Flutter app section of Flutter.dev e0-minutes Effort: < 60 min p2-medium Necessary but not urgent concern. Resolve when possible.

Comments

@atsansone
Copy link
Contributor

flutter pub run is deprecated.

➜  my_app flutter pub run
Deprecated. Use `dart run` instead.
Must specify an executable to run.

Usage: dart pub run <executable> [arguments...]
-h, --help                              Print this usage information.
    --[no-]enable-asserts               Enable assert statements.
    --enable-experiment=<experiment>    Runs the executable in a VM with the given experiments enabled.
                                        (Will disable snapshotting, resulting in slower startup).
-C, --directory=<dir>                   Run this in the directory <dir>.

Run "dart help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-run for detailed documentation.
@atsansone atsansone self-assigned this Aug 25, 2023
@atsansone atsansone added p2-medium Necessary but not urgent concern. Resolve when possible. e0-minutes Effort: < 60 min dev.deployment Relates to deploying Flutter app section of Flutter.dev labels Aug 25, 2023
parlough pushed a commit that referenced this issue Aug 25, 2023
atsansone added a commit to atsansone/website that referenced this issue Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev.deployment Relates to deploying Flutter app section of Flutter.dev e0-minutes Effort: < 60 min p2-medium Necessary but not urgent concern. Resolve when possible.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant