Skip to content

Releases: jonbhanson/flutter_native_splash

v1.2.2

06 Sep 14:35
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added beta support for Android 12. Closes #175.

v1.1.9

09 Jun 13:18
Compare
Choose a tag to compare

v1.1.8

20 Apr 16:31
Compare
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
Compare
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
Compare
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.5+1

23 Mar 19:12
Compare
Choose a tag to compare
  • Added unit tests.
  • Updated dependency.

v1.1.4

18 Mar 16:05
Compare
Choose a tag to compare
  • Fixed bug that created duplicate android:windowFullscreen tags in styles.xml. Closes #147.
  • Fixed fullscreen in Android dark mode.
  • Print errors instead of throwing exceptions for cleaner output.
  • Added message for missing subviews in iOS LaunchScreen.storyboard. Fixes #146.
  • Removed duplicate exceptions for missing image file since that is now checked at package start.

1.1.4+1

18 Mar 16:11
Compare
Choose a tag to compare

Fix wrong variable.