项目作者: alistairrutherford

项目描述 :
Flutter touch surface control
高级语言: Dart
项目地址: git://github.com/alistairrutherford/touchtest.git
创建时间: 2017-06-21T09:11:17Z
项目社区:https://github.com/alistairrutherford/touchtest

开源协议:

下载


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.