gone_board 1.0.5 copy "gone_board: ^1.0.5" to clipboard
gone_board: ^1.0.5 copied to clipboard

A stylish and animated onboarding screen for your App. It's easy to use light weight and customizable.

This a simple and very lightweight for onboarding screens. It is very easy to use and customize

Preview #

Getting started #

Add the package to your pubspec.yaml file.

Usage #

Check /example folder for more details

Required parameters:

  • onFinishedPage - Main page after onboarding
  • pageController - PageController for the onboarding
  • items - List of GonePage
Scaffold(
body: GoneBoard(
    onFiishedPage: Home(),
    pageController: PageController(initialPage: 0),
    items: [
      GonePage(
        context,
        'assets/onboard_1.png',
        "Stop Making \nLose!",
        Color(0xFFBD3EA1),
       ),
   ] 
  )
);
4
likes
130
pub points
35%
popularity
screenshot

Publisher

verified publisherratulicious.me

A stylish and animated onboarding screen for your App. It's easy to use light weight and customizable.

Repository (GitHub)
View/report issues

Topics

#ui #onboarding #animated #pageview

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_animate, smooth_page_indicator

More

Packages that depend on gone_board