Skip to content

Releases: jonbhanson/flutter_native_splash

v2.4.0

17 Mar 15:15
Compare
Choose a tag to compare

Migrate from js to js_interop. Closes #676. Closes #671.

v2.3.7

07 Dec 01:23
Compare
Choose a tag to compare
  • Roll back web fade as it was a breaking change. Fixes #628. Fixes #627. Fixes #622.

v2.3.6

20 Nov 13:58
Compare
Choose a tag to compare
  • Add fade between splash and app on web. Thanks eggp for the suggestion and example code. Closes #608.
  • Add check of parameter names to catch user typos in the parameters.

v2.3.5

29 Oct 16:12
Compare
Choose a tag to compare

Remove white flash on web. Thanks eggp for pointing out the problem and solution. Closes #607.

v2.3.2

13 Aug 16:48
Compare
Choose a tag to compare

Update the example

v2.3.1

04 Jun 08:48
Compare
Choose a tag to compare
  • Package speed up using Isolates to generate files at the same time. Thanks Vladimir for PR #558.
  • New command for generating all flavors at once: --flavors
  • Replaced deprecated 'flutter pub run' with 'dart run'. Thanks Aditya for PR #554.
  • Fix fullscreen switch not working for Android <12v in System.dark mode. Fixes #559.

v2.3.0

15 May 16:12
Compare
Choose a tag to compare

v2.2.19

05 Mar 17:50
Compare
Choose a tag to compare
  • Refresh the example with the latest version of Flutter.
  • Fix Notification bar incorrectly still showing on Xiaomi devices. Fixes #517.
  • Updated dependencies.

v2.2.18

19 Feb 17:47
Compare
Choose a tag to compare
  • Remove v31/styles.xml files if not in use. Fixes #514.
  • Remove web changes on remove command. Fixes #516.

v2.2.17

16 Jan 02:51
Compare
Choose a tag to compare
  • Updated image dependency to v4.0.10. Fixes #497.
  • Changed image processing from linear to cubic to improve image quality. Fixes #472.