simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.09k stars 87 forks source link

a way to auto import dartx without having to manually import it in every file ? #98

Closed nateshmbhat closed 4 years ago

nateshmbhat commented 4 years ago

Unlike having classes which will be auto imported in IDE when using them , extension methods will be shown only when I import the dartx file.

Doing this for every file is tedious. Is there some way to get IDE completion to auto import this ?

passsy commented 4 years ago

It's a known issue https://github.com/dart-lang/sdk/issues/38894 without solution or workaround