jonsamwell / flutter_simple_dependency_injection

A super simple dependency injection implementation for flutter that behaviours like any normal IOC container and does not rely on mirrors
MIT License
94 stars 8 forks source link

Update Dart SDK upper bound to 3.0.0 #4

Closed Jgeyen closed 6 years ago

Jgeyen commented 6 years ago

Dart SDK is now 2.1 in dev branch. Flutter v0.6.0 recommends changing upper bound to <3.0.0. I will create PR if possible.

jonsamwell commented 6 years ago

Fixed in v0.0.5