Skip to content

Releases: jonbhanson/flutter_native_splash

v1.1.0

16 Mar 13:58
Compare
Choose a tag to compare
  • Added option for background image. Closes #22.

v0.3.1+1

09 Mar 14:16
Compare
Choose a tag to compare
  • Corrected cupertino_icons version in example.

v0.3.1

09 Mar 14:15
Compare
Choose a tag to compare
  • Corrected location of picture tag in web to ensure that splash disappears. Thanks Dawid Dziurla.

v0.3.0

09 Mar 14:14
Compare
Choose a tag to compare
  • Added support for web. Closes #30.
  • Updated the example app to include web.

v0.2.11

09 Mar 14:13
Compare
Choose a tag to compare
  • Fixed remove command which was leaving splash images in place.

v0.2.10

09 Mar 14:13
Compare
Choose a tag to compare
  • Replaced android_fullscreen with fullscreen parameter, adding iOS support. closes #75, closes #65.
  • The package no longer modifies the AppDelegate. Fixes #125, fixes #66.
  • Added remove command. Closes #97, closes #126.
  • Updated docs.

v0.2.9

09 Mar 14:12
Compare
Choose a tag to compare
  • Correct iOS 2x scaling. Closes #27.
  • Fullscreen defaults to false. Closes #122.

v0.2.8

09 Mar 14:12
Compare
Choose a tag to compare
  • Allow users to set Android gravity and iOS ContentMode directly. Parse LaunchScreen.storyboard with XML package for more reliability. Updated install instructions. Fixes #18. Closes #63.

v0.2.7

09 Mar 14:11
Compare
Choose a tag to compare
  • Added configuration parameter to specify the info.plist location(s). Updated documentation. Fixes #120, #42.

v0.2.6

09 Mar 14:11
Compare
Choose a tag to compare
  • Added support for Android -v21 resource folders, which appear in the Flutter beta channel. Parse launch_background.xml with XML package for more reliability. Fixes #104, #118.