flare_splash_screen 0.0.1 copy "flare_splash_screen: ^0.0.1" to clipboard
flare_splash_screen: ^0.0.1 copied to clipboard

outdated

Facilitator for having a Splash Screen with a Flare animation

flare_splash_screen #

Facilitator for having a Splash screen with a Flare animation

Usage #

SplashScreen(
  'animation.flr', 
  HomeScreen(),
  animation: 'circle',
);

First param: path/name of the flare animation

Second param: next screen to show once animation is finished

animation: animation name to run, default same as first param

Be careful, flare animation should not be looped or the next screen will never be shown.

223
likes
30
pub points
91%
popularity

Publisher

verified publisherjaumard.com

Facilitator for having a Splash Screen with a Flare animation

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flare_flutter, flutter

More

Packages that depend on flare_splash_screen