impaktfull_architecture 0.3.1 impaktfull_architecture: ^0.3.1 copied to clipboard
Shared architecture for Impaktfull Flutter projects.
0.2.0 #
Breaking #
- Renamed VersionCheckResult to ImpaktfullVersionCheckResult
- Renamed VersionRequirements to ImpaktfullVersionRequirements
- Renamed VersionCheckService to ImpaktfullVersionCheckService
- Renamed NoopVersionCheckService to ImpaktfullNoopVersionCheckService
- Renamed VersionCheckRepository to ImpaktfullVersionCheckRepository
- Renamed RemoteConfigRepository to ImpaktfullRemoteConfigRepository
- connectivity_plus fixed breaking changes
ConnectivityResult
->List<ConnectivityResult>
Update #
- Version bump all package to support iOS Privacy Manifest.
Feat #
- ImpaktfullVersionCheckRepo now has a
hasRequiredUpdateAvailable
method - ImpaktfullVersionCheckRepo now has a
hasUpdateAvailable
method
0.1.0 #
0.0.11 #
Fix #
- ImpaktfullLogger fix logging priority bug
- ImpaktfullLogger fix log to listeners (always and let the listener decide if it should log or not)
0.0.9 #
Update #
- Updated readme with disclaimer everything under <1.0.0 should not be used unless you want to test it
0.0.8 #
Breaking #
builderLocalizations
->builderLocalization
in ThemeLocalizer- SimpleLocalizedError becomes SimpelLocalizedMesasgeError
Feat #
-
SimpleLocalizedError is a new error that does not require any parameters
-
DownUpPageRoute added
-
CombiningSmartInterceptor added for dio
-
ImpaktfullLogger added (possible to attach another logger to the global ImpaktfullLogger, so it can be used as a facade for multiple loggers)
-
BaseProviderWidget possible to use
value
instead ofcreate
for singleton dependencies
0.0.7 #
0.0.1 #
- Initial release