flutter_onboarding_screen_adaptive 2.0.3 copy "flutter_onboarding_screen_adaptive: ^2.0.3" to clipboard
flutter_onboarding_screen_adaptive: ^2.0.3 copied to clipboard

Flutter package that provides a customizable onboarding experience for new users. It includes a series of pages with navigation controls and animations, designed to introduce users to the app's featur [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_onboarding_screen_adaptive

With Flutter:

 $ flutter pub add flutter_onboarding_screen_adaptive

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_onboarding_screen_adaptive: ^2.0.3

Alternatively, 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:flutter_onboarding_screen_adaptive/bindings/onboarding_screen_binding.dart';
import 'package:flutter_onboarding_screen_adaptive/controller/onboarding_screen_controller.dart';
import 'package:flutter_onboarding_screen_adaptive/pages/onboarding_screen.dart';
import 'package:flutter_onboarding_screen_adaptive/widgets/page_indicator.dart';
8
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package that provides a customizable onboarding experience for new users. It includes a series of pages with navigation controls and animations, designed to introduce users to the app's features in a user-friendly manner.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

animate_do, cupertino_icons, flutter, get, get_cli

More

Packages that depend on flutter_onboarding_screen_adaptive