easy_onboard 1.0.1 copy "easy_onboard: ^1.0.1" to clipboard
easy_onboard: ^1.0.1 copied to clipboard

outdated

A new Flutter Onboarding package. Easy to use and colourful design for your project.

Easy Onboard #


It is an easy to use package for flutter projects.


drawing drawing drawing


Usage #

First, include the package in your project.Then add the code below to the widget tree.

Do not leave any missing parameters.



Onboard(
          primaryColor: const Color(0xff6C63FF),
          onboardPages: [
            OnboardModel(imagePath: 'imagePath', title: 'title', subTitle: 'subTitle'),
            OnboardModel(imagePath: 'imagePath', title: 'title', subTitle: 'subTitle'),
            OnboardModel(imagePath: 'imagePath', title: 'title', subTitle: 'subTitle'),
          ],
          lastText: 'Start',
          nextText: 'Next',
          skipText: 'Skip',
          skipButtonPressed: () {},
        ),

8
likes
0
points
30
downloads

Publisher

verified publishertguzel.dev

Weekly Downloads

A new Flutter Onboarding package. Easy to use and colourful design for your project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_onboard