-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpubspec.yaml
More file actions
24 lines (21 loc) · 598 Bytes
/
pubspec.yaml
File metadata and controls
24 lines (21 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: internet_connection_checker_plus
description: A pure Dart package to check your internet connection with subsecond response times, even on mobile networks!
version: 3.0.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/internet_connection_checker_plus
topics:
- connectivity
- internet-connection
- offline
- online
- connection-checker
funding:
- https://buymeacoffee.com/outdatedguy
- https://github.com/sponsors/OutdatedGuy
environment:
sdk: '>=2.15.0 <4.0.0'
dependencies:
http: ^1.0.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6