Skip to content

alistairrutherford/touchtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touchtest

This is a custom control for Flutter which implements a touchpad-like surface (like a joystick but without the control point springing back to the center).

The control takes a change handler and reports back the x and y position only when it is being moved.

Demo

I had a lot of help in putting this together from the Flutter developers on stackoverflow here: https://stackoverflow.com/questions/44515611/flutter-creating-a-custom-control-with-flutter

Getting Started

For help getting started with Flutter, view the online documentation.