unlock_detector 0.1.0
unlock_detector: ^0.1.0 copied to clipboard
A Flutter Package to detect if app running while phone is locked or not.
CHANGES #
0.1.0 #
- solve
iOS
not working reported by kmiller issue#1 - make initializing direct when listen to stream
- update
Readme
with new names changes
0.0.6 #
- change calls names
startDetection
it changed toinitialize
- change calls names
lockUnlockStream
it changed tostream
- update
Readme
with new names changes
0.0.5 #
- update
changelog
file.
0.0.4 #
- make
minAndroidSdk
to 19 instead of 21. - Add Enum Named
UnlockDetectorStatus
as return value.
0.0.3 #
- update dart version to 3.0.0.
0.0.2 #
- update
readme
file.
0.0.1 #
- release the package.