is_first_run_plus 1.2.1 copy "is_first_run_plus: ^1.2.1" to clipboard
is_first_run_plus: ^1.2.1 copied to clipboard

A simple package to check if it is the first time the app runs.

1.2.1 06/12/2024 #

  • Allow more versions of package_info_plus.

1.2.0 06/12/2024 #

  • Replace SharedPreferences with HiveDB because of the volatility of local storage on the web. SharedPreferences will still be used as fallback for compatibility.

1.1.0 17/06/2024 #

  • Add functions isFirstCallSince() and isFirstRunSince() to check whether this is the first call/run since a particular version.

1.0.0 03/11/2021 #

  • Null safety 🚀
  • BREAKING: isFirstCall() takes the place of isFirstRun(), while isFirstRun() now returns true as long as the app runs for the first time ⚡

0.1.0 11/13/2020 #

  • Initial release 🤗
5
likes
140
points
2.34k
downloads

Publisher

unverified uploader

Weekly Downloads

A simple package to check if it is the first time the app runs.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, hive_flutter, package_info_plus, shared_preferences

More

Packages that depend on is_first_run_plus