abutil 1.2.2
abutil: ^1.2.2 copied to clipboard
Common Flutter utilities for platform detection, app subtree restart, and update checks.
1.2.2 #
- Support importing platform helpers from both Web and native targets.
- Split platform detection into conditional IO and non-IO implementations.
- Add
PlatformTypeandgetPlatform()for typed platform detection. - Improve
Rebooterror handling and addReboot.maybeBegin(). - Add null-safe update checking helpers with invalid-date protection.
- Fix
mustUpdateto compareupdateTimeagainstlatestUpdateTimeor now. - Remove the old
haveUpdatealias. - Add documentation comments for the public platform and reboot APIs.
- Replace template tests with platform, update, and widget restart coverage.
0.2.1 #
- add isOHOS()
0.1.2 #
- bug fix
0.1.1 #
- begin