splash_g2 3.1.0
splash_g2: ^3.1.0 copied to clipboard
A new plash package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add splash_g2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
splash_g2: ^3.1.0Alternatively, 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:splash_g2/home.dart';
import 'package:splash_g2/splash.dart';
import 'package:splash_g2/widget_splash.dart';