Skip to content

Releases: jonbhanson/flutter_native_splash

v2.4.7

17 Oct 01:31

Choose a tag to compare

  • Updated documentation. Thanks Ideeyn for PR #806.
  • Specify branding dimensions. Thanks Ivan for the tip.
  • Update dependencies.

v2.4.6

06 Apr 15:49

Choose a tag to compare

v2.4.5

16 Feb 16:49

Choose a tag to compare

v2.4.4

29 Dec 16:28

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

Choose a tag to compare

  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.

v2.4.2

20 Oct 15:25

Choose a tag to compare

  • Updated dependencies.
  • Clarified documentation. Closes #743.

v2.4.0

17 Mar 15:15

Choose a tag to compare

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

v2.3.7

07 Dec 01:23

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

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

Choose a tag to compare

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