Skip to content

Releases: jonbhanson/flutter_native_splash

v2.1.3+1

03 Apr 15:50

Choose a tag to compare

  • Updated documentation. Closes #327.
  • remove correctly handles multiple plist files. Fixes #247.

v2.1.2

27 Mar 14:22

Choose a tag to compare

Add branding support in Android 12. Thanks Vladimir for the PR. Updated readme. Closes #317. Closes #318. Don't create a blank branding imageset. Fixes #264.

v2.1.1

13 Mar 17:53

Choose a tag to compare

  • Fix for pixelated splash image on web. Fixes #263.

v2.1.0

06 Mar 17:43

Choose a tag to compare

  • Expanded options for Android 12. Thanks Jose for the PR that served as a good starting point.

v2.0.5

20 Feb 23:58

Choose a tag to compare

  • Converted to a plugin since there is now platform specific code.

v2.0.4

15 Feb 12:23

Choose a tag to compare

  • Fix Error: Not found: 'dart:js' error. Fixes #292.

v2.0.3

14 Feb 13:52

Choose a tag to compare

  • Added preserve() and remove() methods.
  • Remove splash from DOM in web.

v2.0.2

06 Feb 17:06

Choose a tag to compare

  • Update existing styles xml to support Xiaomi/Redmi devices. Fixes #285, fixes #281.
  • Avoid changing logo size on mobile browsers. Fixes #276.

v2.0.0

29 Jan 20:56

Choose a tag to compare

  • BREAKING CHANGE: Added removeAfter method which allows the native splash to remain until an initialization routine is complete. In order to use this method, the flutter_native_splash dependency must be moved from dev_dependencies to dependencies. Thanks Ahmed for the tip. Closes #271.

v1.3.3

04 Jan 12:58

Choose a tag to compare

[1.3.3] - (2022-Jan-01)

  • Merged PR that adds branding. Thanks Faiizii for PR. Closes #256.
  • Updated readme. Closes #258.
  • Fix so that the splash screen does not cover the app in web. Fixes 253.
  • Updates per linter rules.