0.3.15 (2024-12-13)
- bumps get_it to 8.0.2 (122ef9b)
0.3.14 (2024-12-13)
- updates flutter_statusbarcolor_ns to ^0.6.0 (2dc6a47)
0.3.13 (2024-07-11)
0.3.12 (2023-07-04)
0.3.11 (2023-05-21)
0.3.10 (2023-03-16)
- Flutter 3.0 compatibility
- Updates Example's kotlin version to 1.4.10
- Updates Example's Android Embedding to Version 2
- Updates Example's CompileSdk to 31
- bumps versions of provider and and status bar package
- Adds
navigationBarColorBuilder
to change navigation bar color
- Fixed
flutter_statusbarcolor_ns
deprecated Android embedding warning
- Replaced
dart:io
withuniversal_io
- Fixed
PlatformService
registration issue
- Fixed Expception being thrown for non-Android and non-iOS platform
-
Updated dependencies:
- rxdart: ^0.26.0 -> ^0.27.1
- shared_preferences: ^2.0.4 -> ^2.0.6
- get_it: ^6.0.0 -> ^7.1.3
- mockito: ^5.0.0-nullsafety.7 -> ^5.0.9
- Makes
ThemeService.getInstance
non-nullable since we'll always construct a theme service in there if null
- Adds a
selectedThemeIndex
property to ThemeManager for getting currently enabled theme.
- Updates the package to null-safety
- provider: ^4.3.3 -> ^5.0.0
- rxdart: ^0.25.0 -> ^0.26.0
- shared_preferences: ^0.5.12+4 -> ^2.0.4
- get_it: ^5.0.6 -> ^6.0.0
- Use get_it newInstance to avoid clashing with the app
- Updates packages to the latest
- Updates get it to latest
- Re-apply system ThemeMode when we get back from background
- Fixes bad push
- Exposes
ThemeManagerMode
on theThemeService
andThemeMode
on theThemeManager
.
- Adds functionality for setting the
ThemeMode
directly usingsetThemeMode
function on theThemeManager
- Adds missing parameter in theme mode
- Initial release of Themes functionality