flare_splash_screen 1.0.0 copy "flare_splash_screen: ^1.0.0" to clipboard
flare_splash_screen: ^1.0.0 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
0
pub points
91%
popularity

Publisher

verified publisherjaumard.com

Facilitator for having a Splash Screen with a Flare animation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flare_flutter, flutter

More

Packages that depend on flare_splash_screen