lottie_screen_onboarding_flutter 1.0.1
lottie_screen_onboarding_flutter: ^1.0.1 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 Dart:
$ dart pub add lottie_screen_onboarding_flutterWith Flutter:
$ flutter pub add lottie_screen_onboarding_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lottie_screen_onboarding_flutter: ^1.0.1Alternatively, your editor might support dart pub get or 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';