artur-ios-dev/flutter_control_pad
帶有虛擬搖桿和按鈕的控制面板。
- Stars
- 40
- Forks
- 22
- 最近推送(UTC)
- 2022年10月15日
- 專案狀態
- 未封存
語言Dart
使用的依賴
依賴清單 3 項
- flutter
{"sdk":"flutter"} - pedantic開發依賴
^1.0.0 - flutter_test開發依賴
{"sdk":"flutter"}
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
control_pad
A virtual pad with joystick controller and configurable buttons.
https://i.imgur.com/ZwfNg9W.jpg https://i.imgur.com/lOdTedp.png
Features
- [X] Joystick controller
- [X] Pad's buttons
- [X] Configurable events interval
- [X] Configurable colors
Usage
class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Control Pad Example'),
),
body: Container(
color: Colors.white,
child: JoystickView(),
),
);
}
}
Questions or Feedback?
Feel free to open an issue.