curved_splash_screen 1.0.0+1 curved_splash_screen: ^1.0.0+1 copied to clipboard
A Splash screen with curved custom bottom sheet and dots indicator within it. You can add your custom splash screens & change any color of the items of the bottomSheet.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add curved_splash_screen
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
curved_splash_screen: ^1.0.0+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:curved_splash_screen/curved_splash_screen.dart';