Flutter Quill Doesn't Work On iOS 16 or Xcode 14 Betas (Stored properties cannot be marked potentially unavailable with '@available') (#883)

* Update pubspec.yaml

* Update pubspec.yaml
pull/884/head
Garv Shah 3 years ago committed by GitHub
parent 73e6ee51b3
commit 6647b53dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pubspec.yaml

@ -24,7 +24,11 @@ dependencies:
pedantic: ^1.11.1
video_player: ^2.4.2
characters: ^1.2.0
youtube_player_flutter: ^8.1.0
youtube_player_flutter:
git:
url: https://github.com/garv-shah/youtube_player_flutter
ref: master
path: packages/youtube_player_flutter/
diff_match_patch: ^0.4.1
i18n_extension: ^5.0.0
gallery_saver: ^2.3.2

Loading…
Cancel
Save