init_screen 1.0.0 copy "init_screen: ^1.0.0" to clipboard
init_screen: ^1.0.0 copied to clipboard

outdated

An easy to use, multipurpose init screen to introduce your app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add init_screen

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

dependencies:
  init_screen: ^1.0.0

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:init_screen/init_screen.dart';
1
likes
0
pub points
38%
popularity

Publisher

unverified uploader

An easy to use, multipurpose init screen to introduce your app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, material_design_icons_flutter

More

Packages that depend on init_screen