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
93 stars 8 forks source link

Updated dart sdk to <3.0.0. Removed test version so it would build. #5

Closed Jgeyen closed 5 years ago

Jgeyen commented 5 years ago

4 Per the issue, the latest version of flutter has updated to Dart 2.1 and recommends libraries update dart sdk upper bound to <3.0.0. See: https://github.com/flutter/flutter/wiki/Changelog. Also, updating to Dart 2.1 causes issues with the test.dart library version you specified, so I removed that bound.

jonsamwell commented 5 years ago

Thanks for this! I'll push up the new version of the lib later today.