minimal_onboarding 0.0.2 copy "minimal_onboarding: ^0.0.2" to clipboard
minimal_onboarding: ^0.0.2 copied to clipboard

outdated

A Flutter package for the purpose to create a quick and minimal onboarding screen. The package allows creating multiple pages for the onboarding screen. Each page has a description along with a pictur [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add minimal_onboarding

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

dependencies:
  minimal_onboarding: ^0.0.2

Alternatively, 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:minimal_onboarding/minimal_onboarding.dart';
5
likes
30
pub points
52%
popularity

Publisher

verified publisheralihussam.com

A Flutter package for the purpose to create a quick and minimal onboarding screen. The package allows creating multiple pages for the onboarding screen. Each page has a description along with a picture asset in the middle of the screen. Onboarding screen is customizable enough to change button colors, text, and provide a custom function for each individual button on the screen.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dots_indicator, flutter

More

Packages that depend on minimal_onboarding