-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
43 lines (38 loc) · 1.06 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
name: internet_state_manager
description: A Flutter package for seamless internet connection management. Automatically detect connectivity changes, handle outages with customizable widgets, and execute logic when the connection is restored—all with minimal code.
author: MAlazhariy
homepage: https://github.com/MAlazhariy/internet_state_manager
issue_tracker: https://github.com/MAlazhariy/internet_state_manager/issues
version: 1.8.0
environment:
sdk: '>=3.1.2 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
connectivity_plus: ^6.1.0
internet_connection_checker_plus: ^2.5.2
bloc:
flutter_bloc:
equatable:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
topics:
- internet
- internet-connection
- connectivity
- internet-state-manager
- auto-check-internet
flutter:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# fonts:
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700