flutter 练手项目,代码写的很丑。仿造 chwazi 写了一下
本应用被设计用来处理选择的难题。打开本应用后,多名用户在屏幕上按下手指,经过短暂延时,屏幕上留下 1 个记号并聚焦,以达到选择的目的。
-
使用支持多点触控的设备打开Demo
-
本地运行
# clone this project git clone https://github.com/TravisRoad/Chwazi.git #Access cd Chwazi # Install dependencies flutter pub get # Run the project (Make sure that a virtual or physical device is connected first) flutter run
有其他问题请参考 flutter 官方文档