All notable changes to this project will be documented in this file.
- Add get and tryGet methods to injector.
- Set use and tryUse methods to be deprecated.
- Fixed providing lazy instances.
- Add simple sandbox for testing.
- Add lazy instance into injector.
- Renamed
BaseEntity to VaderEntity.
- Removed
Injector as a global singleton.
- Created
Injector as a wrapper around AutoInjector.
- Implemented cache client for results after performant processes.
- Added cache for
HttpClient.
- Updated
LogLevel in Logger.
- Replaced
flutter_secure_storage with hive_ce.
- Renamed
SecureStorage to StorageClient.
- Introduced
HttpClient.
- Implemented
Logger.
- Added
SecureStorage.
- Created
Repository.
- Integrated
AutoInjector.
- Defined
Exceptions.
- Added
BaseEntity.