first_use 0.0.3 copy "first_use: ^0.0.3" to clipboard
first_use: ^0.0.3 copied to clipboard

A simple flutter package to get whether this is the first time an app is launched

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add first_use

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

dependencies:
  first_use: ^0.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_use/first_use.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A simple flutter package to get whether this is the first time an app is launched

Homepage

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on first_use