|
| 1 | +## [0.3.13](https://github.com/Stacked-Org/themes/compare/v0.3.12...v0.3.13) (2024-07-11) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* remove readme text to trigger push lol ([#16](https://github.com/Stacked-Org/themes/issues/16)) ([35c14a6](https://github.com/Stacked-Org/themes/commit/35c14a6ac7433146a7cfd94a4676c0987d491e44)) |
| 7 | + |
| 8 | +## [0.3.12](https://github.com/Stacked-Org/themes/compare/v0.3.11...v0.3.12) (2023-07-04) |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* replace deprecated properties and update example app ([#11](https://github.com/Stacked-Org/themes/issues/11)) ([cacc395](https://github.com/Stacked-Org/themes/commit/cacc3958a42295ec3ef3c1dcd43597cb1d5634bd)) |
| 14 | + |
| 15 | +## [0.3.11](https://github.com/Stacked-Org/themes/compare/v0.3.10...v0.3.11) (2023-05-21) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* CI issue for release ([b701073](https://github.com/Stacked-Org/themes/commit/b701073b0e20bbbdf66fb7149450504e21c7eafc)) |
| 21 | +* stacked_core replaced by stacked_shared ([#9](https://github.com/Stacked-Org/themes/issues/9)) ([3bb17e9](https://github.com/Stacked-Org/themes/commit/3bb17e91cbeae3a64043684777c4103ac3c77133)) |
| 22 | + |
| 23 | +## [0.3.10](https://github.com/Stacked-Org/themes/compare/v0.3.9...v0.3.10) (2023-03-16) |
| 24 | + |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +* **deps:** update dependency flutter_statusbarcolor_ns to ^0.5.0 ([#3](https://github.com/Stacked-Org/themes/issues/3)) ([341a3b1](https://github.com/Stacked-Org/themes/commit/341a3b1d4067e4178f94a3b187ff524bf127521e)) |
| 29 | + |
| 30 | +## 0.3.9 |
| 31 | +- Flutter 3.0 compatibility |
| 32 | + |
| 33 | +## 0.3.8+2 |
| 34 | + |
| 35 | +- Updates Example's kotlin version to 1.4.10 |
| 36 | +- Updates Example's Android Embedding to Version 2 |
| 37 | +- Updates Example's CompileSdk to 31 |
| 38 | + |
| 39 | +## 0.3.8+1 |
| 40 | + |
| 41 | +- bumps versions of provider and and status bar package |
| 42 | + |
| 43 | +## 0.3.8 |
| 44 | + |
| 45 | +- Adds `navigationBarColorBuilder` to change navigation bar color |
| 46 | + |
| 47 | +## 0.3.7 |
| 48 | + |
| 49 | +- Fixed `flutter_statusbarcolor_ns` deprecated Android embedding warning |
| 50 | + |
| 51 | +## 0.3.6 |
| 52 | + |
| 53 | +- Replaced `dart:io` with `universal_io` |
| 54 | + |
| 55 | +## 0.3.5 |
| 56 | + |
| 57 | +- Fixed `PlatformService` registration issue |
| 58 | + |
| 59 | +## 0.3.4 |
| 60 | + |
| 61 | +- Fixed Expception being thrown for non-Android and non-iOS platform |
| 62 | + |
| 63 | +## 0.3.3 |
| 64 | + |
| 65 | +- Updated dependencies: |
| 66 | + |
| 67 | + - rxdart: ^0.26.0 -> ^0.27.1 |
| 68 | + - shared_preferences: ^2.0.4 -> ^2.0.6 |
| 69 | + - get_it: ^6.0.0 -> ^7.1.3 |
| 70 | + - mockito: ^5.0.0-nullsafety.7 -> ^5.0.9 |
| 71 | + |
| 72 | +## 0.3.2 |
| 73 | + |
| 74 | +- Makes `ThemeService.getInstance` non-nullable since we'll always construct a theme service in there if null |
| 75 | + |
| 76 | +## 0.3.1 |
| 77 | + |
| 78 | +- Adds a `selectedThemeIndex` property to ThemeManager for getting currently enabled theme. |
| 79 | + |
| 80 | +## 0.3.0 |
| 81 | + |
| 82 | +- Updates the package to null-safety |
| 83 | + |
| 84 | +## 0.2.4 |
| 85 | + |
| 86 | +- provider: ^4.3.3 -> ^5.0.0 |
| 87 | +- rxdart: ^0.25.0 -> ^0.26.0 |
| 88 | +- shared_preferences: ^0.5.12+4 -> ^2.0.4 |
| 89 | +- get_it: ^5.0.6 -> ^6.0.0 |
| 90 | + |
| 91 | +## 0.2.3 |
| 92 | + |
| 93 | +- Use get_it newInstance to avoid clashing with the app |
| 94 | + |
| 95 | +## 0.2.2+2 |
| 96 | + |
| 97 | +- Updates packages to the latest |
| 98 | + |
| 99 | +## 0.2.2+1 |
| 100 | + |
| 101 | +- Updates get it to latest |
| 102 | + |
| 103 | +## 0.2.2 |
| 104 | + |
| 105 | +- Re-apply system ThemeMode when we get back from background |
| 106 | + |
| 107 | +## 0.2.1+1 |
| 108 | + |
| 109 | +- Fixes bad push |
| 110 | + |
| 111 | +## 0.2.1 |
| 112 | + |
| 113 | +- Exposes `ThemeManagerMode` on the `ThemeService` and `ThemeMode` on the `ThemeManager`. |
| 114 | + |
| 115 | +## 0.2.0 |
| 116 | + |
| 117 | +- Adds functionality for setting the `ThemeMode` directly using `setThemeMode` function on the `ThemeManager` |
| 118 | + |
| 119 | +## 0.1.0+1 |
| 120 | + |
| 121 | +- Adds missing parameter in theme mode |
| 122 | + |
| 123 | +## 0.1.0 |
| 124 | + |
| 125 | +- Initial release of Themes functionality |
0 commit comments