first_time_screen 1.0.3 copy "first_time_screen: ^1.0.3" to clipboard
first_time_screen: ^1.0.3 copied to clipboard

Widget to determine if app has been opened after installation. If it has, display a intro screen

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add first_time_screen

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

dependencies:
  first_time_screen: ^1.0.3

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:first_time_screen/first_time_screen.dart';
19
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Widget to determine if app has been opened after installation. If it has, display a intro screen

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on first_time_screen