From d9e9d7653cbbac44be3c76b4bd2b15e854f42329 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Sat, 21 Oct 2023 01:50:39 +0300 Subject: [PATCH] Update pubspec to show the supported platforms --- flutter_quill_extensions/pubspec.yaml | 7 +++++++ pubspec.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 3bb2a82f..83a3c069 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -3,6 +3,13 @@ description: Embed extensions for flutter_quill including image, video, formula version: 0.5.1 homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions +platforms: + android: + ios: + # linux: + macos: + web: + windows: environment: sdk: ">=2.17.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index f08735fa..0e1921d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,13 @@ description: A rich text editor built for the modern Android, iOS, web and deskt version: 7.5.0 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill +platforms: + android: + ios: + linux: + macos: + web: + windows: environment: sdk: ">=2.17.0 <4.0.0"