os_onboarding_screen 1.0.1
os_onboarding_screen: ^1.0.1 copied to clipboard
The os_onboarding_screen library is a comprehensive solution for creating customizable onboarding experiences in Flutter applications. It offers a flexible framework for building onboarding screens wi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add os_onboarding_screen
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
os_onboarding_screen: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:os_onboarding_screen/os_onboarding_screen.dart';