Skip to content

Releases: jonbhanson/flutter_native_splash

v1.3.2

29 Nov 01:04

Choose a tag to compare

  • Updated readme. Hide splash image in web from screen readers. Closes #231.

v1.3.1

27 Oct 17:22

Choose a tag to compare

Don't create Android 12 night res files if dark mode is not configured. Fixes #227. Remove command takes dark mode into account.

v1.3.0

26 Oct 18:45

Choose a tag to compare

  • Added Android 12 support. Closes #204, closes #226.

v1.2.2

06 Sep 14:35

Choose a tag to compare

  • Added a FAQ to address the deprecation of SplashScreenDrawable. Closes #199.
  • Added <picture> tag to index.html by finding the </body> tag instead of src="main.dart.js, which was removed in Flutter 2.5. Fixes #202.
  • Added <item name="android:forceDarkAllowed">false</item> tag to dark mode styles.xml to improve Xiaomi support. Closes #184.

v1.2.1

03 Aug 15:51

Choose a tag to compare

  • Check the file type and exit with error if it is not a PNG.
  • Updated documentation with more FAQs.
  • Fixed bug that was preventing copying of images for web. Fixes #192.
  • Changed the example to show a secondary splash screen.
  • Check that android, web, and ios folders exist before updating respective splash screen.

v1.2.0

09 Jun 17:51

Choose a tag to compare

  • Added beta support for Android 12. Closes #175.

v1.1.9

09 Jun 13:18

Choose a tag to compare

v1.1.8

20 Apr 16:31

Choose a tag to compare

  • Fixed bug that was preventing copying of dark background. Fixes #163.
  • Updated pubspec.yaml to show which platforms are supported.

v1.1.7+1

02 Apr 20:22

Choose a tag to compare

  • flutter_native_splash:remove adheres to android/ios/web setting. Fixes #159.
  • Updated readme images.
  • Corrected Android scaling. Thanks @chris-efission.

v1.1.7

02 Apr 20:17

Choose a tag to compare

  • flutter_native_splash:remove adheres to android/ios/web setting. Fixes #159.
  • Updated readme images.
  • Corrected Android scaling. Thanks @chris-efission.