diff --git a/CHANGELOG.md b/CHANGELOG.md index e972e0e..f26c290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.0 + +- Support Flutter 3.16 +- `onWillPop` is deleted, and `canPop`/`onPopInvoked` is added instead + - Migrate to PopScope from WillPopScope + - https://docs.flutter.dev/release/breaking-changes/android-predictive-back + ## 1.10.1 - Fix TextStyle of showConfirmationDialog/showModalActionSheet (#124) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 19b862e..b969837 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,8 @@ + android:icon="@mipmap/ic_launcher" + android:enableOnBackInvokedCallback="true"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" + /> - - + +