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
2.01k stars 406 forks source link

changed depreciated keyword 'flutter pub run' to 'dart run' #493

Closed KarthiDreamr closed 1 month ago

OutdatedGuy commented 1 year ago

Yo @KarthiDreamr, nice PR. Can you also change 5 more occurrences of flutter pub run to dart run in the repo.

In the following files:

KarthiDreamr commented 1 year ago

Yo @KarthiDreamr, nice PR. Can you also change 5 more occurrences of flutter pub run to dart run in the repo.

In the following files:

  • bin/main.dart
  • bin/generate.dart
  • CHANGELOG.md

Yo @OutdatedGuy changes are coming right up

MarkOSullivan94 commented 1 month ago

I've merged in this PR which covers this https://github.com/fluttercommunity/flutter_launcher_icons/pull/561