-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (57 loc) · 1.35 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.8
#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
environment:
sdk: ^3.5.3
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.1.0
plugin_platform_interface: ^2.1.8
shared_preferences: ^2.3.4
fluttertoast: ^8.2.10
connectivity_plus: ^6.1.1
http: ^1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.example.nb_utils
pluginClass: NbUtilsPlugin
ios:
pluginClass: NbUtilsPlugin
linux:
pluginClass: NbUtilsPlugin
macos:
pluginClass: NbUtilsPlugin
windows:
pluginClass: NbUtilsPluginCApi
web:
pluginClass: NbUtilsWeb
fileName: nb_utils_web.dart
fonts:
- family: LineAwesomeIcons
fonts:
- asset: fonts/LineAwesome.ttf
weight: 400
uses-material-design: true
assets:
- assets/icons/
topics:
- widgets
- extensions
- utils
- chatgpt
- flutterutils