simply_injector 1.0.0-nullsafety.4 simply_injector: ^1.0.0-nullsafety.4 copied to clipboard
An easy-to-use Dependency Injection (DI) library for Dart, inspired and based on Simple Injector library. It is easily integrated with Flutter.
Changelog #
1.0.0-nullsafety.4 #
- Changes to conform with static analysis
1.0.0-nullsafety.3 #
- Forced remove info issues in sources
1.0.0-nullsafety.3 #
- Removed info issues in sources
1.0.0-nullsafety.1 #
- Applied null safety.
- Many source codes changed.
- Removed ContainerFactory, ContainerOptions, FinalClass (using @sealed) and others; irrelevant exceptions.
- Renamed some sources and test files.
- Redo test source files.
0.1.4 #
- Dartfmt. Cleaned code.
0.1.3 #
- Documented classes. Changed repository owner to flutuate.
0.1.2 #
- License changed. Format sources.
0.1.1 #
- Health issues and suggestions changes.
0.1.0 #
- Initial version, created by Luciano Rodrigues