Skip to content

Commit

Permalink
Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 13, 2024
1 parent 1c9d86a commit 36bd856
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cached_network_image/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: example
description: A project that showcases usage of cached_network_image
publish_to: none
version: 1.0.0+1

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:cached_network_image_platform_interface/cached_network_image_pla
show ErrorListener, ImageRenderMethodForWeb;
import 'package:cached_network_image_platform_interface/cached_network_image_platform_interface.dart'
if (dart.library.io) '_image_loader.dart'
if (dart.library.html) 'package:cached_network_image_web/cached_network_image_web.dart'
if (dart.library.js_interop) 'package:cached_network_image_web/cached_network_image_web.dart'
show ImageLoader;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
Expand Down
1 change: 1 addition & 0 deletions cached_network_image/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ topics:
- image
- network-image
version: 3.4.0

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down
1 change: 1 addition & 0 deletions cached_network_image_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.0
web: ^1.0.0

dev_dependencies:
file: '>=7.0.0 <8.0.0'
Expand Down

0 comments on commit 36bd856

Please sign in to comment.