fluttercommunity / get_it

Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur
https://pub.dev/packages/get_it
MIT License
1.32k stars 141 forks source link

isfinal docs #330

Closed subzero911 closed 8 months ago

subzero911 commented 1 year ago

you have to await popScope

Added a couple of lints to analysis_options, to avoid such errors in the future

I also copy-pasted your description to get_it.dart and to README. You may add better description if you want.

escamoteur commented 8 months ago

I know this was open for a long time but I hadn't the time so far to look after get_it. I will remove the two analyzer settings as they won't protect you when using get_it functions you have to set them in your own project. and it creates a lot of warnings inside the package