From 6647b53dd65b95a196ffb84ae8952e20e8a4dedb Mon Sep 17 00:00:00 2001 From: Garv Shah <64292655+garv-shah@users.noreply.github.com> Date: Sun, 24 Jul 2022 10:49:17 +1000 Subject: [PATCH] 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 --- pubspec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5ea8b947..e60606c4 100644 --- a/pubspec.yaml +++ b/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