gone_board

Last updated:

0 purchases

gone_board Image
gone_board Images
Add to Cart

Description:

gone board

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),
),
]
)
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.