Skip to content

Commit f55d1e7

Browse files
committed
build(pub): Add platform declaration to pubspec.yaml
Reference: https://dart.dev/tools/pub/pubspec#platforms
1 parent 205387b commit f55d1e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flutter_cache_manager/pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ dev_dependencies:
2525
sdk: flutter
2626
mockito: ^5.0.0
2727
flutter_lints: ^1.0.4
28+
29+
platforms:
30+
android:
31+
ios:
32+
linux:
33+
macos:
34+
web:
35+
windows:

0 commit comments

Comments
 (0)