Skip to content

Releases: jonbhanson/flutter_native_splash

v2.2.16

27 Nov 17:59
Compare
Choose a tag to compare
  • Update documentation on Android 12.
  • Fix web background image. Thanks Severin for PR #459.
  • Support more image formats. Thanks Severin for PR #460.

v2.2.15

20 Nov 18:11
Compare
Choose a tag to compare
  • Fix iOS background image build incorrectly when background dark image is used. Fixes #452, fixes #439.
  • Correct background image/color handling on web. Fixes #450.
  • Don't include dark styling in web if not specified in config. Fixes 453.
  • Add _Parameters class to hold parameters.

v2.2.14

06 Nov 15:09
Compare
Choose a tag to compare
  • Don't update values-31 if there is no android_12 section in the config. Closes #447.
  • Additional fix for index.html getting extra blank lines. Fixes #430.

v2.2.13

30 Oct 15:22
Compare
Choose a tag to compare

Corrected Android 12 dark parameters not defaulting to light parameters. Thanks elliotrtd for the heads up on this issue.

v2.2.12

23 Oct 16:57
Compare
Choose a tag to compare
  • Updated readme and dependancies.
  • Add CI, resolve some lints, and fix tests. Thanks lsaudon for PR #433.

v2.2.11

09 Oct 15:19
Compare
Choose a tag to compare
  • Fixed Android 11 color issue. Fixes #429.
  • Fix index.html getting extra blank lines. Fixes #430.
  • Update the readme. Closes #431.

v2.2.7

01 Aug 00:49
Compare
Choose a tag to compare
  • Remove branding on Android 12 if branding is not specified. Fixes #399.

v2.2.6

24 Jul 15:46
Compare
Choose a tag to compare

v2.2.5

17 Jul 15:45
Compare
Choose a tag to compare

v2.2.4

03 Jul 15:46
Compare
Choose a tag to compare
  • Added parameters for platform-specific images. Closes #375.
  • Remove black status bar which appeared on Android devices with a notch. Fixes #311.