Skip to content

Releases: jonbhanson/flutter_native_splash

v2.0.3

14 Feb 13:52
Compare
Choose a tag to compare
  • Added preserve() and remove() methods.
  • Remove splash from DOM in web.

v2.0.2

06 Feb 17:06
Compare
Choose a tag to compare
  • Update existing styles xml to support Xiaomi/Redmi devices. Fixes #285, fixes #281.
  • Avoid changing logo size on mobile browsers. Fixes #276.

v2.0.0

29 Jan 20:56
Compare
Choose a tag to compare
  • BREAKING CHANGE: Added removeAfter method which allows the native splash to remain until an initialization routine is complete. In order to use this method, the flutter_native_splash dependency must be moved from dev_dependencies to dependencies. Thanks Ahmed for the tip. Closes #271.

v1.3.3

04 Jan 12:58
Compare
Choose a tag to compare

[1.3.3] - (2022-Jan-01)

  • Merged PR that adds branding. Thanks Faiizii for PR. Closes #256.
  • Updated readme. Closes #258.
  • Fix so that the splash screen does not cover the app in web. Fixes 253.
  • Updates per linter rules.

v1.3.2

29 Nov 01:04
Compare
Choose a tag to compare
  • Updated readme. Hide splash image in web from screen readers. Closes #231.

v1.3.1

27 Oct 17:22
Compare
Choose a tag to compare

Don't create Android 12 night res files if dark mode is not configured. Fixes #227. Remove command takes dark mode into account.

v1.3.0

26 Oct 18:45
Compare
Choose a tag to compare
  • Added Android 12 support. Closes #204, closes #226.

v1.2.2

06 Sep 14:35
Compare
Choose a tag to compare
  • Added a FAQ to address the deprecation of SplashScreenDrawable. Closes #199.
  • Added <picture> tag to index.html by finding the </body> tag instead of src="main.dart.js, which was removed in Flutter 2.5. Fixes #202.
  • Added <item name="android:forceDarkAllowed">false</item> tag to dark mode styles.xml to improve Xiaomi support. Closes #184.

v1.2.1

03 Aug 15:51
Compare
Choose a tag to compare
  • 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

09 Jun 17:51
Compare
Choose a tag to compare
  • Added beta support for Android 12. Closes #175.