touch_lock

Creator: coderz1093

Last updated:

0 purchases

touch_lock Image
touch_lock Images
Add to Cart

Description:

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]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.