-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
23 lines (20 loc) · 784 Bytes
/
pubspec.yaml
File metadata and controls
23 lines (20 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: flutter_joystick_customisable
description: "A Flutter plugin for joystick with customisable options.
This library is mainly adapt with app based theme such as changing color drag pad, boundary region, stick/ball and button controllers.
Also direction of the drag and velocity of the drag can be handled via callback method to achieve our business logics."
version: 0.2.0
homepage: https://github.com/trdevendran/flutter_joystick_customisable.git
repository: https://github.com/trdevendran/flutter_joystick_customisable.git
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1