-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (32 loc) · 904 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: wormy_effect_button
description: >-
Support creating draggable widgets with wormy effect, by adding an underlying set of widgets.
And control the dragging speed, curve style, and an onPressed function.
version: 0.0.4
homepage: https://github.com/Mostafa-wael/wormy_effect_button
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: com.example.WormyEffectButton
pluginClass: WormyEffectButtonPlugin
ios:
pluginClass: WormyEffectButtonPlugin
macos:
pluginClass: WormyEffectButtonPlugin
web:
pluginClass: WormyEffectButtonPlugin
linux:
pluginClass: WormyEffectButtonPlugin
windows:
pluginClass: WormyEffectButtonPlugin