zo_app_blocker 0.0.6
zo_app_blocker: ^0.0.6 copied to clipboard
A Flutter plugin to block specific applications on Android.
0.0.1 #
- initial release.
0.0.2 #
- Fixed Backward compatibility and added request permission natively.
0.0.3 #
- New Feature: Added Flutter Overlays for custom block screens.
- Enhancement: Renamed
setBlockScreenConfigtosetNotificationConfig. - Fix: Resolved Kotlin Gradle Plugin (KGP) build compatibility issues.
- Fix: Fixed a screen flicker issue when launching a blocked application.
0.0.4 #
- Resolved an issue where the
isOverlayShowingstate wasn't updated correctly when dismissing the block screen or requesting an unlock.
0.0.5 #
- Added app scheduling and daily time limit features.
- Fixed an issue where the app icon was missing in the default block screen.
- Removed accessibility service and replaced it with
QUERY_ALL_PACKAGESand overlay permissions to comply with Google Play policies.
0.0.6 #
- Removed duration logic as for small amounts it created a race condition.
- Introduced fixed foreground session restriction.
- Renamed
onRequestUnlocktoonRequestTemporarySessionUnlockin the Dart API to reflect the new behavior.