v1.0.5gone_board
A stylish and animated onboarding screen for your App. It's easy to use light weight and customizable.
11Likes 3930-day downloads140Pub points
AndroidiOSWebmacOSWindowsLinux
A awesome flutter package for OnBoarding Screen
{"sdk":"flutter"}^4.5.0^1.1.0{"sdk":"flutter"}^3.0.0English project snapshot. Visit GitHub for the latest content.
This a simple and very lightweight for onboarding screens. It is very easy to use and customize
https://i.ibb.co/YRs9vLK/Video-2024-03-22-022518-ezgif-com-video-to-gif-converter.gif
Add the package to your pubspec.yaml file.
Check /example folder for more details
Required parameters:
onFinishedPage - Main page after onboardingpageController - PageController for the onboardingitems - List of GonePageScaffold(
body: GoneBoard(
onFiishedPage: Home(),
pageController: PageController(initialPage: 0),
items: [
GonePage(
context,
'assets/onboard_1.png',
"Stop Making \nLose!",
Color(0xFFBD3EA1),
),
]
)
);