From acceb93949b941672550b3e573d3a8766054dd9e Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 24 Nov 2024 14:29:30 +0300 Subject: [PATCH] chore: remove the platforms set from the flutter_quill package metadata --- pubspec.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 903ea0b1c..202bd29e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,14 +17,6 @@ screenshots: - description: "Web Select Color Dialog" path: example/assets/images/screenshot_4.png -platforms: - android: - ios: - linux: - macos: - web: - windows: - environment: sdk: '>=3.0.0 <4.0.0' flutter: ">=3.0.0"