-
-
Notifications
You must be signed in to change notification settings - Fork 735
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (25 loc) · 624 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (25 loc) · 624 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
25
26
27
28
name: cached_network_image
description: Flutter library to load and cache network images.
Can also be used with placeholder and error widgets.
homepage: https://github.com/Baseflow/flutter_cached_network_image
topics:
- cache
- image
- network-image
version: 3.4.1
environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
dependencies:
cached_network_image_platform_interface: ^4.1.1
cached_network_image_web: ^1.3.1
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.1
octo_image: ^2.1.0
dev_dependencies:
file: ">=7.0.0 <8.0.0"
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.4