-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
30 lines (25 loc) · 872 Bytes
/
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
name: extensionresoft
description: Boost your Flutter development with reusable widgets, utilities, and extensions
for advanced image handling, secure PIN entry, internet connectivity checks, storage management, and more.
version: 1.0.0
homepage: https://github.com/kenresoft/extensionresoft
repository: https://github.com/kenresoft/extensionresoft
issue_tracker: https://github.com/kenresoft/extensionresoft/issues
#documentation: https://github.com/kenresoft/extensionresoft
topics: [ extensions, image, connectivity, pin-entry, productivity ]
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: ">=3.16.5"
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.3.5
connectivity_plus: ^6.1.1
equatable: ^2.0.7
rxdart: ^0.28.0
cached_network_image: ^3.4.1
logger: ^2.5.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0