0 purchases
touch lock
Touch Lock #
A beautiful widget that can be presented to the end user to prevent incorrect touches on the screen. #
It is a lock system for children. If you lock the screen, it will not be unlocked without marking the correct number.
Look photos
Installation
dependencies:
touch_lock: ^0.0.1
copied to clipboard
Simple Usage
TouchLock(
child: Scaffold(
body: ... ,
),
);
copied to clipboard
Advanced Usage
TouchLock(
backButton: TextButton(onPressed: null, child: Text('Click Me')) ,
unlockButton: TextButton(onPressed: null, child: Text('Click Me')) ,
lockButton: TextButton(onPressed: null, child: Text('Click Me'))... ,
right: 20 , //Padding
top: 20 , //Padding
numbers: ['One','Two','Three','Four','Five','Six','Seven','Eight','Nine'] ,
text: 'Choose' ,
buttonSize: 40 ,
child: ... ,
);
copied to clipboard
Photos
Behlul Bozal
[email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.