Releases: jonbhanson/flutter_native_splash
Releases · jonbhanson/flutter_native_splash
v2.3.2
13 Aug 16:48
Compare
Sorry, something went wrong.
No results found
v2.3.1
04 Jun 08:48
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v2.2.19
05 Mar 17:50
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Updated image dependency to v4.0.10. Fixes #497 .
Changed image processing from linear to cubic to improve image quality. Fixes #472 .
v2.2.16
27 Nov 17:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Corrected Android 12 dark parameters not defaulting to light parameters. Thanks elliotrtd for the heads up on this issue.