is_first_run_plus 1.2.1 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 🤗