Releases: jonbhanson/flutter_native_splash
Releases · jonbhanson/flutter_native_splash
v2.2.18
- Remove
v31/styles.xml
files if not in use. Fixes #514.
- Remove web changes on
remove
command. Fixes #516.
v2.2.17
- 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
- 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
- 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
- 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
Corrected Android 12 dark parameters not defaulting to light parameters. Thanks elliotrtd for the heads up on this issue.
v2.2.12
- Updated readme and dependancies.
- Add CI, resolve some lints, and fix tests. Thanks lsaudon for PR #433.
v2.2.11
- Fixed Android 11 color issue. Fixes #429.
- Fix index.html getting extra blank lines. Fixes #430.
- Update the readme. Closes #431.
v2.2.7
- Remove branding on Android 12 if branding is not specified. Fixes #399.