Category : OnBoarding

onboarding This is a sample flutter onboarding plugin you use to attract first-time users when they land on your page, hence the name onboarding. You can implement this widget anyhow you want in your app, by managing its top-level state to show the widget to users at the appropriate time. There are also many parameters ..

Read more

SKOnBoarding Screen   A library that walks a user through multiple on-boarding screens in a simple and easy way    GIF  Installation You just need to add sk_onboarding_screen as a dependency in your pubspec.yaml file. dependencies: sk_onboarding_screen: ^1.0.1 Usage Import this class import ‘package:sk_onboarding_screen/sk_onboarding_screen.dart; SKOnboardingModel final pages = [ SkOnboardingModel( title: ‘Choose your item’, description: ‘Easily find your ..

Read more