Skip to content

Releases: jonbhanson/flutter_native_splash

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.

v0.2.5

09 Mar 14:11
Compare
Choose a tag to compare
  • Handle color parameter that are passed as integers. Fixes #103

v0.2.4

09 Mar 14:10
Compare
Choose a tag to compare
  • Update code that adds fullscreen mode to Android so that it selects the right style (LaunchTheme) in styles.xml. This should resolve #39, #54, #67, #92, #112, and #117. Removed code that modifies MainActivity as it is not longer needed since Flutter embedding V2 uses two styles in styles.xml so full screen is set independently in the style.

v0.2.3

09 Mar 14:10
Compare
Choose a tag to compare
  • Further modifications to raise pub points: The public API's need to have dartdoc comments, so all public declarations that did not need to be public were changed to private. Added doc comments for public APIs.

v0.2.2

09 Mar 14:09
Compare
Choose a tag to compare

v0.2.1

09 Mar 14:09
Compare
Choose a tag to compare

v0.2.0+1

09 Mar 14:08
Compare
Choose a tag to compare
  • Updated version number in README.md (thanks @M123-dev)

v0.2.0

09 Mar 14:08
bd3beb6
Compare
Choose a tag to compare
  • Added dark mode.

v0.1.9

09 Mar 14:07
Compare
Choose a tag to compare
  • image parameter is now optional (#26)