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

Url in Flutter package from git got removed #16

Open rayduui opened 3 months ago

rayduui commented 3 months ago

For example originally I have

font_awesome_flutter:
      git:
        url: git@github.com:XXXXXX/font_awesome_flutter.git

After sorted alphabetically:

font_awesome_flutter:
   git: git@github.com:XXXXXX/font_awesome_flutter.git