diff --git a/CHANGELOG.md b/CHANGELOG.md index 657b4d9..e39add8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.8.2 - Support for Flutter 3.38 +- Added `Color` methods, `SafeArea` widget, and `showBottomSheet` function. - Exported multiple wrappers (thanks @Zverik) - Fix typo in example code (thanks @chan150)