-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
94 lines (69 loc) · 1.59 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: flutter_any_logo
#description of the package
description: >-
All logos are included in this package to provide the largest logo library in flutter.
It covers, fashion. Sports, Entertainment, SocialMedia etc...
#Version to be released
version: 1.1.1
#package homepage:
homepage: https://github.com/JordyHers/flutter_any_logo
#package repository
repository: https://github.com/JordyHers/flutter_any_logo
#remove that when the package is ready to be published
#publish_to: none
#environment supported
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=2.5.0"
# dependencies
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner:
flutter_gen_runner:
flutter:
assets:
- assets/nba/
- assets/badges/
- assets/auto/
- assets/football/
- assets/fashion/
- assets/cricket/
- assets/crypto/
- assets/daily/
- assets/media/
- assets/tech/
- assets/nfl/
- assets/coding/
plugin:
platforms:
android:
package: com.jordyhers.flutter_any_logo
pluginClass: FlutterAnyLogoPlugin
ios:
pluginClass: FlutterAnyLogoPlugin
linux:
pluginClass: FlutterAnyLogoPlugin
macos:
pluginClass: FlutterAnyLogoPlugin
windows:
pluginClass: FlutterAnyLogoPluginCApi
#funding url
funding:
- https://patreon.com/user?u=91968185
#supported platforms
platforms:
android:
ios:
linux:
windows:
macos:
#licence supported
license: MIT