You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package imports are used inside internal package called flutter_core.
Reformat file given following settings and imports inside package file:
Current Behavior
When "Optimize Imports" checkbox is checked external package like http treated the same way as the current package flutter_core and sorted alphabetically only.
Expected Behavior
When "Optimize Imports" checkbox is checked it should first organize by scope:
Dart core libraries.
Non-project external packages.
Project files including package imports.
And only then organize each of the blocks alphabetically: