-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (31 loc) 路 718 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (31 loc) 路 718 Bytes
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
40
41
42
name: flutter_floaty
#description of the package
description: >-
This plugin provides a customizable Floating button to drag
on screen in flutter. This package is light and easy to use
version: 0.2.0
#package homepage:
homepage: https://github.com/JordyHers/flutter_floaty
#package repository
repository: https://github.com/JordyHers/flutter_floaty
funding:
- https://patreon.com/user?u=91968185
#supported platforms
platforms:
android:
ios:
#licence supported
license: MIT
false_secrets:
- README.md
environment:
sdk: "^3.3.0"
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.3
very_good_analysis: ^5.1.0