walkthrough_animation 1.0.0
walkthrough_animation: ^1.0.0 copied to clipboard
This package provides page type animation to onboarding screens and provides indicator.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add walkthrough_animationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
walkthrough_animation: ^1.0.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:walkthrough_animation/constant/font_style.dart';
import 'package:walkthrough_animation/constant/string_constant.dart';
import 'package:walkthrough_animation/onboarding_animation.dart';