From 5e6aff5b3af0821f2ddbb5fc0d9044b9df753502 Mon Sep 17 00:00:00 2001 From: Daniyil Yakovlev Date: Mon, 4 Dec 2023 22:06:41 +0200 Subject: [PATCH] feat: add web platform support for pub.dev --- pubspec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index d7fa482..97994f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,3 +16,11 @@ dev_dependencies: flutter_lints: ^3.0.1 flutter: + +platforms: + android: + ios: + linux: + macos: + web: + windows: \ No newline at end of file