animated_native_splash 1.3.0 copy "animated_native_splash: ^1.3.0" to clipboard
animated_native_splash: ^1.3.0 copied to clipboard

A package which automates the task of creating an animated splash screen in a flutter.

Animated Native Splash #

Maintenance GitHub release likes popularity pub points

Getting Started πŸš€ #

Making native aimated splash seems like a huge issue but with this package everything is done for. All you need is Json file of your animated object and we can help you to bring them to life. πŸŽ‡

Usage 🎨 #

First, add animated_native_splash as a dev dependency in your pubspec.yaml file. It belongs in dev_dependencies because it is a command line tool.

dev_dependencies:
  animated_native_splash: ^1.0.0
animated_native_splash:

  # This package generates native code to customize Flutter's splash

  # jsonFile is the only required parameter.This the file use to setup the animation object.
  jsonFile: assets/splash.json

Run the package #

After adding your settings, run the following command in the terminal:

flutter pub run animated_native_splash:create

Now wait for everything to finish injecting. BOOM you have your animated native splash setup πŸŽ‰

Note that on web, you maybe bad splash effects on debug run but all will be normal when you deploy your website to any web host of your preference

Release Notes πŸ’™ #

πŸš€ New Feature
βœ… Support Android
βœ… Support Web

Known Issues πŸ’” #

No known issues so far.

Demo πŸ‘€ #

Web #

https://trashy-fruit.surge.sh/#/ ### Mobile
135
likes
140
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A package which automates the task of creating an animated splash screen in a flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

image, meta, path, universal_io, xml, yaml

More

Packages that depend on animated_native_splash