danchengash / pubspec-dependency-sorter

This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Update readme to encourage the use of 'dart run' #14

Closed famasf1 closed 5 months ago

famasf1 commented 10 months ago

flutter pub run is deprecated by Flutter/Dart team. Every dev_dependencies package are highly encourage to use dart run instead.

Had no issue running dart run instead of flutter pub runso i'm proposing the changes to reflect how packages like build_runner etc. are currently using.