onboarding_intro_screen 0.0.3
onboarding_intro_screen: ^0.0.3 copied to clipboard
A Flutter package for both android and iOS which provides On Boarding Screen.
Use this package for introduction screen like on onboarding.
Installation #
for installation add onboarding_screen package in pubspec.yaml file.
Features #
This is the example of on boarding screen. for starting screen
Getting started #
First of all, add this package in your project pubspec.yaml file. and use for OnBoardingScreen model class and applay other functionality.
Usage #
const like = 'On Boarding Screen';
OnBoardingModel(
image: Image.asset("assets/images/img1.png"),
title: "Business Chat",
body:
"First impressions are everything in business, even in chat service. It’s important to show professionalism and courtesy from the start",
),