fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
1.99k stars 396 forks source link

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

Closed aivantuquero closed 1 week ago

aivantuquero commented 1 year ago

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".

aivantuquero commented 1 year ago

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 commented 1 year ago

I would appreciate it if someone would review this PR.

MarkOSullivan94 commented 1 week ago

Already done by another PR