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

A Flutter package for executing lifecycle callbacks on app install and version upgrades across all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_lifecycle_executor

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

dependencies:
  app_lifecycle_executor: ^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:app_lifecycle_executor/app_lifecycle_executor.dart';
2
likes
160
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for executing lifecycle callbacks on app install and version upgrades across all platforms.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, package_info_plus, shared_preferences, version

More

Packages that depend on app_lifecycle_executor