forked from HarshAndroid/network_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
74 lines (50 loc) · 1.3 KB
/
pubspec.yaml
File metadata and controls
74 lines (50 loc) · 1.3 KB
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
name: network_tools
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
# Internet speed test
internet_speed_test:
path: ./internet_speed_test
# For using cupertino icons
cupertino_icons: ^1.0.2
# For calling RestAPIs
http: ^0.13.5
#specific version of geolocator for fetching location & handling permissions
geolocator: 8.0.0
sensors_plus: ^2.0.1
# For storing data (in local storage)
hive: ^2.2.3
hive_flutter: ^1.1.0
# For showing Graphs & Speed Meters
syncfusion_flutter_gauges: ^20.4.43
syncfusion_flutter_charts: ^20.4.43
# Noise meter for detecting noise
noise_meter: ^3.1.0
# For launching maps or any other service
url_launcher: ^6.1.7
# For showing network images
# cached_network_image: ^3.2.3
dev_dependencies:
flutter_test:
sdk: flutter
# flutter_launcher_icons: "^0.10.0"
# flutter_icons:
# android: "ic_launcher"
# ios: true
# image_path: "images/icon.png"
# min_sdk_android: 21
# remove_alpha_ios: true
# For recommended coding practices
flutter_lints: ^2.0.0
flutter:
# For enabling material design
uses-material-design: true
# Application assets
assets:
- assets/images/
# - images/a_dot_ham.jpeg