is_first_run_plus 1.1.0
is_first_run_plus: ^1.1.0 copied to clipboard
A simple package to check if it is the first time the app runs.
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 🤗