Update the minimum flutter version to

pull/1555/head
Ellet 1 year ago
parent 865a9e7e8b
commit 748b128307
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      CHANGELOG.md
  2. 12
      example/macos/Podfile.lock
  3. 4
      example/pubspec.yaml
  4. 3
      flutter_quill_extensions/CHANGELOG.md
  5. 6
      flutter_quill_extensions/pubspec.yaml
  6. 4
      pubspec.yaml

@ -1,5 +1,8 @@
# Changelog
## 8.6.3
* Update the minimum flutter version to `3.1.5`
All notable changes to this project will be documented in this file.
## 8.6.2

@ -5,9 +5,6 @@ PODS:
- FlutterMacOS
- file_selector_macos (0.0.1):
- FlutterMacOS
- flutter_inappwebview (0.0.1):
- FlutterMacOS
- OrderedSet (~> 5.0)
- FlutterMacOS (1.0.0)
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
@ -15,7 +12,6 @@ PODS:
- gal (1.0.0):
- Flutter
- FlutterMacOS
- OrderedSet (5.0.0)
- pasteboard (0.0.1):
- FlutterMacOS
- path_provider_foundation (0.0.1):
@ -36,7 +32,6 @@ DEPENDENCIES:
- desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`)
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
- flutter_inappwebview (from `Flutter/ephemeral/.symlinks/plugins/flutter_inappwebview/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- gal (from `Flutter/ephemeral/.symlinks/plugins/gal/darwin`)
- pasteboard (from `Flutter/ephemeral/.symlinks/plugins/pasteboard/macos`)
@ -49,7 +44,6 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- FMDB
- OrderedSet
EXTERNAL SOURCES:
desktop_drop:
@ -58,8 +52,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
file_selector_macos:
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos
flutter_inappwebview:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_inappwebview/macos
FlutterMacOS:
:path: Flutter/ephemeral
gal:
@ -81,17 +73,15 @@ SPEC CHECKSUMS:
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
file_selector_macos: 468fb6b81fac7c0e88d71317f3eec34c3b008ff9
flutter_inappwebview: 62e949df616a9f6e1b0366326381f208c7fcad37
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
gal: 61e868295d28fe67ffa297fae6dacebf56fd53e1
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
pasteboard: 9b69dba6fedbb04866be632205d532fe2f6b1d99
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
sqflite: a5789cceda41d54d23f31d6de539d65bb14100ea
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
video_player_avfoundation: 8563f13d8fc8b2c29dc2d09e60b660e4e8128837
video_player_avfoundation: e9e6f9cae7d7a6d9b43519b0aab382bca60fcfd1
PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009

@ -13,8 +13,8 @@ dependencies:
cupertino_icons: ^1.0.6
# Flutter Quill Packages
flutter_quill: ^8.5.5
flutter_quill_extensions: ^0.6.10
flutter_quill: ^8.6.2
flutter_quill_extensions: ^0.7.0
flutter_quill_test: ^0.0.5
quill_html_converter: ^0.0.1-experimental.1

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## 0.7.1
* Update the minimum flutter version to `3.1.5`
## 0.7.0
* The `FlutterQuillLocalizations.delegate` is no longer a requirement.
* Requiring `flutter_quill` version `8.6.0` as minimum

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
@ -19,8 +19,8 @@ platforms:
windows:
environment:
sdk: '>=3.1.3 <4.0.0'
flutter: ">=1.17.0"
sdk: '>=3.1.5 <4.0.0'
flutter: ">=3.15.0"
dependencies:
flutter:

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 8.6.2
version: 8.6.3
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill
@ -31,7 +31,7 @@ platforms:
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: ">=3.10.0"
flutter: ">=3.15.0"
dependencies:
flutter:

Loading…
Cancel
Save