Skip to content

Commit

Permalink
feat: Update CHANGELOG.md- CU-86c0287m8
Browse files Browse the repository at this point in the history
  • Loading branch information
basemosama committed Aug 22, 2024
1 parent 27c21bf commit 2edd4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
**Breaking Changes:**
- **Theme Functions Update**: All `PlayxTheme` functions now use the `[PlayxThemeAnimation]` parameter to specify animations. The previous `animate` parameter has been removed. If `[animation]` is `null`, the theme change will be instant. If `[animation]` is provided, the theme change will be animated based on the animation type.
- **Shared Preferences Migration**: Migrated from `SharedPreferences` to `SharedPreferencesAsync`. If you're upgrading, set `migratePrefsToAsyncPrefs` to `true` in `PlayxThemeConfig` to ensure a smooth transition.
- **Theme Colors**: Removed `background`, `onBackground`, `surfaceVariant`colors as `surface`, `onSurface`, `surfaceContainerHighest` should be used instead based on latest material changes in flutter v3.22.0.

## 0.6.0
- Update `flex_seed_scheme` package to v3.0.0
Expand Down

0 comments on commit 2edd4ab

Please sign in to comment.