Releases: jonbhanson/flutter_native_splash
Releases · jonbhanson/flutter_native_splash
v2.4.3
v2.4.2
v2.4.0
Migrate from js to js_interop. Closes #676. Closes #671.
v2.3.7
v2.3.6
v2.3.5
v2.3.2
Update the example
v2.3.1
- 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
- Support for GIFs in splash screen for web. Thanks OutdatedGuy for PR #547.
- Using inline css & js in index.html to decrease load time. Thanks OutdatedGuy for PR #548.
- Update example app for Flutter 3.10. Thanks OutdatedGuy for PR #551.
- Replaced deprecated code with suggested ones. Thanks OutdatedGuy for PR #550.
- Update ci.yaml with latest flutter CLI commands. Thanks OutdatedGuy for PR #552.
- Fix compatibility with AGP 8.0. Thanks Aljoscha for PR #545.
- Migrate to systemUIMode. Thanks Milind for PR #534.