introduction_screen 3.1.15 copy "introduction_screen: ^3.1.15" to clipboard
introduction_screen: ^3.1.15 copied to clipboard

Introduction/Onboarding package for flutter app with some customizations possibilities

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add introduction_screen
copied to clipboard

With Flutter:

 $ flutter pub add introduction_screen
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  introduction_screen: ^3.1.15
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:introduction_screen/introduction_screen.dart';
copied to clipboard
2.81k
likes
0
points
45.4k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Introduction/Onboarding package for flutter app with some customizations possibilities

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, dots_indicator, flutter, flutter_keyboard_visibility

More

Packages that depend on introduction_screen