Skip to content

Releases: jonbhanson/flutter_native_splash

v2.4.4

29 Dec 16:28
Compare
Choose a tag to compare
  • Added the ability to generate all flavors with a single flag. Closes #751
  • Update the docs to clarify dark mode parameters. Closes #720.

v2.4.3

17 Nov 18:38
Compare
Choose a tag to compare
  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.

v2.4.2

20 Oct 15:25
Compare
Choose a tag to compare
  • Updated dependencies.
  • Clarified documentation. Closes #743.

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