aziznal / dart-import-sorter

A vscode extension that groups and sorts imports for dart files (https://marketplace.visualstudio.com/items?itemName=aziznal.dart-import-sorter)
MIT License
14 stars 1 forks source link

Flutter regex match also pub packages #33

Closed GreenDjango closed 2 years ago

GreenDjango commented 2 years ago

Hi, you can add a slash after the flutter word like this:

{
  "label": "Flutter",
  "regex": "^package:flutter/.*$",
  "order": 10,
  "regexFlags": ["m"]
}

It will prevent match package line package:flutter_riverpod

Thanks for this extension btw, much better than default import sort :+1:.

aziznal commented 2 years ago

Good catch. I'm very glad to hear the extension is useful for you.

aziznal commented 2 years ago

Requested changes have been implemented in latest version (0.2.6)