Releases: jonbhanson/flutter_native_splash
Releases · jonbhanson/flutter_native_splash
v1.2.2
- Added a FAQ to address the deprecation of
SplashScreenDrawable
. Closes #199. - Added
<picture>
tag toindex.html
by finding the</body>
tag instead ofsrc="main.dart.js
, which was removed in Flutter 2.5. Fixes #202. - Added
<item name="android:forceDarkAllowed">false</item>
tag to dark modestyles.xml
to improve Xiaomi support. Closes #184.
v1.2.1
- Check the file type and exit with error if it is not a PNG.
- Updated documentation with more FAQs.
- Fixed bug that was preventing copying of images for web. Fixes #192.
- Changed the example to show a secondary splash screen.
- Check that android, web, and ios folders exist before updating respective splash screen.
v1.2.0
v1.1.9
- Added path argument to command line. Thanks @lyledean1 for PR #180.
v1.1.8
v1.1.7+1
- flutter_native_splash:remove adheres to android/ios/web setting. Fixes #159.
- Updated readme images.
- Corrected Android scaling. Thanks @chris-efission.
v1.1.7
- flutter_native_splash:remove adheres to android/ios/web setting. Fixes #159.
- Updated readme images.
- Corrected Android scaling. Thanks @chris-efission.
v1.1.5+1
- Added unit tests.
- Updated dependency.
v1.1.4
- Fixed bug that created duplicate android:windowFullscreen tags in styles.xml. Closes #147.
- Fixed fullscreen in Android dark mode.
- Print errors instead of throwing exceptions for cleaner output.
- Added message for missing subviews in iOS LaunchScreen.storyboard. Fixes #146.
- Removed duplicate exceptions for missing image file since that is now checked at package start.
1.1.4+1
Fix wrong variable.