lottie_screen_onboarding_flutter 1.1.3
lottie_screen_onboarding_flutter: ^1.1.3 copied to clipboard
lottie Intro Screen Onboarding is a flutter plugin that helps you make a fast intro for your app with easier and best ways using lottie files and images you want
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lottie_screen_onboarding_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lottie_screen_onboarding_flutter: ^1.1.3Alternatively, 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:lottie_screen_onboarding_flutter/circle_progress_bar.dart';
import 'package:lottie_screen_onboarding_flutter/intro_app.dart';
import 'package:lottie_screen_onboarding_flutter/introduction.dart';
import 'package:lottie_screen_onboarding_flutter/introscreenonboarding.dart';