Skip to content

Releases: jonbhanson/flutter_native_splash

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.

v1.1.3

18 Mar 12:00
Compare
Choose a tag to compare
  • Fixed bug that was giving error on copying background image. Closes #144.

v1.1.2

17 Mar 16:33
Compare
Choose a tag to compare

Check that image files exist before starting. Throw an exception if image file not found.

v1.1.1

16 Mar 13:58
Compare
Choose a tag to compare
  • Create Styles.css before writing to it. Closes #141
  • Make all file calls synchronously to make code cleaner.