Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.