Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbhanson committed Jun 12, 2022
1 parent 34189ac commit f9207f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
##[2.2.3+1] - (2022-June-12)
* Updated readme.

## [2.2.3] - (2022-June-5)
* Create new storyboard file rather than try to modify existing file. Closes [#369](https://github.com/jonbhanson/flutter_native_splash/issues/369).
* Reverted 2.1.6 change of using light settings for dark mode if omitted. Fixes [#368](https://github.com/jonbhanson/flutter_native_splash/issues/368).
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ First, add `flutter_native_splash` as a dependency in your pubspec.yaml file.

```yaml
dependencies:
flutter_native_splash: ^2.2.3
flutter_native_splash: ^2.2.3+1
```

Don't forget to `flutter pub get`.
Expand Down Expand Up @@ -187,6 +187,8 @@ Android 12 has a [new method](https://developer.android.com/about/versions/12/fe
The package provides Android 12 support while maintaining the legacy splash screen for previous versions of Android.

***PLEASE NOTE:*** The splash screen may not appear when you launch the app from Android Studio. However, it should appear when you launch by clicking on the launch icon in Android.

***PLEASE NOTE:*** There are a number of reports that non-Google launchers do not display the launch image correctly. If the launch image does not display correctly, please try the Google launcher to confirm that this package is working.

# Flavor Support
If you have a project setup that contains multiple flavors or environments, and you created more than one flavor this would be a feature for you.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: flutter_native_splash
description: Customize Flutter's default white native splash screen with
background color and splash image. Supports dark mode, full screen, and more.
version: 2.2.3
version: 2.2.3+1
homepage: https://github.com/jonbhanson/flutter_native_splash

environment:
Expand Down

0 comments on commit f9207f3

Please sign in to comment.