custom_intro_screen 1.0.1 copy "custom_intro_screen: ^1.0.1" to clipboard
custom_intro_screen: ^1.0.1 copied to clipboard

A Flutter package that provides customizable intro screens for your app, helping users understand the core features and functionalities with engaging visual content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_intro_screen

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

dependencies:
  custom_intro_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:custom_intro_screen/intro_screen.dart';
import 'package:custom_intro_screen/screens/intro_screens.dart';
1
likes
150
pub points
29%
popularity

Publisher

verified publisheraryalashish.com.np

A Flutter package that provides customizable intro screens for your app, helping users understand the core features and functionalities with engaging visual content.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, google_fonts, shared_preferences

More

Packages that depend on custom_intro_screen