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

Commits on Aug 13, 2023

  1. Update 'flutter pub' run to 'dart run'

    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 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7407a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e72d2 View commit details
    Browse the repository at this point in the history