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

Flutter plugin that can show specific widgets based on the number of launches and the install time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add launch_counter

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

dependencies:
  launch_counter: ^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:launch_counter/launch_counter.dart';
5
likes
160
points
1.77k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that can show specific widgets based on the number of launches and the install time.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on launch_counter