-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpubspec.yaml
More file actions
114 lines (105 loc) · 3.77 KB
/
pubspec.yaml
File metadata and controls
114 lines (105 loc) · 3.77 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
name: vernet
description: A Network Analyzer
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.3.2+40
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
# Automatically resizes text to fit perfectly within its bounds.
auto_size_text: ^3.0.0
# Helps implement the BLoC pattern.
bloc: ^9.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
dart_ping: ^9.0.1
# Remove git url and use pub version once fix is available in source.
drift: ^2.30.0
drift_flutter: ^0.2.8
external_app_launcher: ^4.0.3
flutter:
sdk: flutter
# Bloc for state management, replace StatefulWidget
flutter_bloc: ^9.1.1
# A cross platform plugin for displaying local notifications.
flutter_local_notifications: ^19.5.0
# A versatile mapping package for Flutter
flutter_map: ^8.2.2
# A Dart implementation of Leaflet.makercluster for Flutter apps
flutter_map_marker_cluster_plus: ^1.4.2
# Native splash screen plugin
flutter_native_splash: ^2.4.7
# A simple yet fully customizable rating bar for flutter
flutter_rating_bar: ^4.0.1
# A flutter plugin for getting the local timezone of the OS.
flutter_timezone: ^5.0.2
# Annotations for freezed
freezed_annotation: ^3.1.0
# Service locator
get_it: ^8.3.0
# A composable, multi-platform, Future-based API for HTTP requests.
http: ^1.6.0
# A Flutter plugin that lets you show a review pop up where users can leave a review
in_app_review: ^2.0.11
# Convenient code generator for get_it
injectable: ^2.7.1+2
# An easy way to create a new isolate, keep it running and communicate with it.
isolate_contactor: ^4.1.0
# Discover network info and configure themselves accordingly
json_annotation: ^4.9.0
latlong2: ^0.9.1
network_info_plus: ^7.0.0
# Helps you discover open ports, devices on subnet and more.
network_tools_flutter: ^3.0.0
# Querying information about the application package, such as CFBundleVersion
package_info_plus: ^9.0.0
path: ^1.9.1
path_provider: ^2.1.5
# Allows you to display progress widgets based on percentage.
percent_indicator: ^4.2.5
# Popup that ask for the requested permission
permission_handler: ^12.0.1
# A wrapper around InheritedWidget to make them easier to use and more reusable.
provider: ^6.1.5
# RxDart extends the capabilities of Dart Streams and StreamControllers.
rxdart: ^0.26.0
# Reading and writing simple key-value pairs
shared_preferences: ^2.5.3
# Flutter package to test ping, upload, download using speedtest.net
speed_test_dart:
git:
url: https://github.com/git-elliot/speed_test_dart.git
ref: master # branch name
# A little widget that given an Observable gives you an updated SpeedOMeter.
speedometer: ^1.2.2
syncfusion_flutter_gauges: ^33.1.44
# Time zone database and time zone aware DateTime.
timezone: ^0.10.0
# Plugin for launching a URL
url_launcher: ^6.3.2
dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner: ^2.12.2
drift_dev: ^2.28.3
flutter_test:
sdk: flutter
# Code generator for unions/pattern-matching/copy.
freezed: ^3.2.0
# Convenient code generator for get_it.
injectable_generator: ^2.8.1
integration_test:
sdk: flutter
# Collection of lint rules for Dart and Flutter projects.
json_serializable: ^6.11.1
lint: ^2.8.0
mocktail: ^1.0.4
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/secrets.json
- assets/ipwhois.json
- assets/ports_lists.json