diff --git a/lib/quill_editor/index.dart b/lib/quill_editor/index.dart index 6de0e54..9ac6477 100644 --- a/lib/quill_editor/index.dart +++ b/lib/quill_editor/index.dart @@ -5,7 +5,8 @@ import 'package:flutter_quill_extensions/flutter_quill_extensions.dart' FlutterQuillEmbeds, QuillToolbarCameraButtonOptions, QuillToolbarImageButtonOptions, - QuillToolbarImageConfigurations; + QuillToolbarImageConfigurations, + QuillToolbarTableButtonOptions; import 'package:refreshed/refreshed.dart'; import 'package:tools/quill_editor/controller.dart'; diff --git a/pubspec.lock b/pubspec.lock index 601e0d8..cea6339 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -263,12 +263,13 @@ packages: source: hosted version: "1.0.10" flutter_inappwebview_web: - dependency: transitive + dependency: "direct overridden" description: - name: flutter_inappwebview_web - sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 - url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/" - source: hosted + path: flutter_inappwebview_web + ref: master + resolved-ref: "53e9214d9d7d417238a40ac9762226e79d337262" + url: "https://github.com/p-mazhnik/flutter_inappwebview.git" + source: git version: "1.0.8" flutter_keyboard_visibility: dependency: transitive @@ -513,14 +514,6 @@ packages: url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/" source: hosted version: "0.7.0" - js: - dependency: transitive - description: - name: js - sha256: cf7243a0c29626284ada2add68a33f5b1102affe3509393e75136e0f6616bd68 - url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/" - source: hosted - version: "0.6.8" json_annotation: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 03b0870..c476a41 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,6 +54,12 @@ dependency_overrides: url: https://github.com/raldhafiri/flutter_keyboard_visibility.git ref: master path: flutter_keyboard_visibility_web + + flutter_inappwebview_web: + git: + url: https://github.com/p-mazhnik/flutter_inappwebview.git + ref: master + path: flutter_inappwebview_web meta: ^1.15.0