Skip to content

Releases: jonbhanson/flutter_native_splash

v0.1.7+1

09 Mar 14:03

Choose a tag to compare

  • Check for minSdkVersion >= 21 to add code for changing status bar color to transparent (#12)

v0.1.7

09 Mar 14:03

Choose a tag to compare

  • Fix a bug that duplicates entries on Info.plist when using multiple </dict> on iOS (#5)
  • Fix missing imports on MainActivity when not using default class signature (#7)

v0.1.6+2

09 Mar 14:02

Choose a tag to compare

  • Yup, I released a new version because a quote was missing

v0.1.6+1

09 Mar 14:01

Choose a tag to compare

  • Updated README.md adding quotes on color property
  • Add support for colors with # prefix

v0.1.6

09 Mar 14:01

Choose a tag to compare

  • Fix bug where MainActivity file could not be found with custom package names

v0.1.5

09 Mar 14:00

Choose a tag to compare

  • Add support for Kotlin
  • Add support for Swift
  • Add await to every step to create splash screen on Android and iOS to prevent async steps causing error

v0.1.4

09 Mar 13:47

Choose a tag to compare

  • Fix code style issues pointed by dartanalzyer
  • Fix typo in README.md

v0.1.2

09 Mar 13:44

Choose a tag to compare

CHANGELOG, README, new version
.travis.yml
Update readme

v0.1.1

09 Mar 13:43

Choose a tag to compare

  • v0.1.1 updates
  • travis.yml
  • Added example project

v0.1.0

09 Mar 13:43

Choose a tag to compare

  • Update CHANGELOG and author on pubspec.yaml
  • Update README.md and version
  • Update README.md
  • iOS implementation; fixes in Android
  • initial commit