diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c467f4..75d8771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## [2.2.16] - (2022-Nov-27) + +- Update documentation on Android 12. +- Fix web background image. Thanks [Severin](https://github.com/Bungeefan) for [PR #459](https://github.com/jonbhanson/flutter_native_splash/pull/459). +- Support more image formats. Thanks [Severin](https://github.com/Bungeefan) for [PR #460](https://github.com/jonbhanson/flutter_native_splash/pull/460). + ## [2.2.15] - (2022-Nov-20) - Fix iOS background image build incorrectly when background dark image is used. Fixes [#452](https://github.com/jonbhanson/flutter_native_splash/issues/452), fixes [#439](https://github.com/jonbhanson/flutter_native_splash/issues/439). -- Correct background image/color handling on web. Fixes [#450](https://github.com/jonbhanson/flutter_native_splash/issues/450). -- Don't include dark styling in web if not specified in config. Fixes [453](https://github.com/jonbhanson/flutter_native_splash/issues/453). +- Correct background image/color handling on web. Fixes [#450](https://github.com/jonbhanson/flutter_native_splash/issues/450), fixes [324](https://github.com/jonbhanson/flutter_native_splash/issues/324). +- Don't include dark styling in web if not specified in config. Fixes [#453](https://github.com/jonbhanson/flutter_native_splash/issues/453). - Add _Parameters class to hold parameters. ## [2.2.14] - (2022-Nov-07) diff --git a/README.md b/README.md index c6e7451..319cfc8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, add `flutter_native_splash` as a dependency in your pubspec.yaml file. ```yaml dependencies: - flutter_native_splash: ^2.2.15 + flutter_native_splash: ^2.2.16 ``` Don't forget to `flutter pub get`. @@ -106,7 +106,7 @@ flutter_native_splash: #web: false # Platform specific images can be specified with the following parameters, which will override - # the respective image parameter. You may specify all, selected, or none of these parameters: + # the respective parameter. You may specify all, selected, or none of these parameters: #color_android: "#42a5f5" #color_dark_android: "#042a49" #color_ios: "#42a5f5" @@ -211,11 +211,24 @@ If you find this package useful, you can support it for free by giving it a thum
-# Android 12 Support +# Android 12+ Support Android 12 has a [new method](https://developer.android.com/about/versions/12/features/splash-screen) of adding splash screens, which consists of a window background, icon, and the icon background. Note that a background image is not supported. -The package provides Android 12 support while maintaining the legacy splash screen for previous versions of Android. +