-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
pubspec.yaml
65 lines (56 loc) · 1.17 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
name: nb_utils
description: Collection of Widgets and helpful Methods that every developer needs.
version: 7.0.7
#homepage: https://bhoominn.github.io
repository: https://github.com/bhoominn/nb_utils
issue_tracker: https://github.com/bhoominn/nb_utils/issues
funding:
- https://www.github.com/sponsors/bhoominn
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.3.3
fluttertoast: ^8.2.8
connectivity_plus: ^6.1.0
http: ^1.2.2
dev_dependencies:
lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.nb.nb_utils
pluginClass: NbUtilsPlugin
ios:
pluginClass: NbUtilsPlugin
linux:
pluginClass: nb_utils_plugin
macos:
pluginClass: NbUtilsPlugin
windows:
pluginClass: NbUtilsPlugin
fonts:
- family: LineAwesomeIcons
fonts:
- asset: fonts/LineAwesome.ttf
weight: 400
uses-material-design: true
assets:
- assets/icons/
- assets/lottie/
topics:
- widgets
- extensions
- utils
- chatgpt
- sharedpreference