Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From Copilot:
This pull request includes several changes to update dependencies, remove an unused plugin, and modify configurations in multiple files. The most important changes include adding
FlutterQuill
dependencies and localizations, updating versions inpubspec.yaml
, and removing thegal
plugin from the project.Dependency and Localization Updates:
lib/beamer/beamer_app.dart
: Addedflutter_quill
import andFlutterQuillLocalizations.delegate
to the localization delegates. [1] [2]lib/widgetbook.dart
: Addedflutter_quill
import andFlutterQuillLocalizations.delegate
to the localization delegates. [1] [2]Configuration Changes:
lib/features/journal/ui/widgets/editor/editor_toolbar.dart
: ReplacedQuillToolbar.simple
withQuillSimpleToolbar
and updated configuration parameters.lib/features/journal/ui/widgets/editor/editor_widget.dart
andlib/features/journal/ui/widgets/text_viewer_widget.dart
: Updated configuration classes fromQuillEditorConfigurations
toQuillEditorConfig
. [1] [2]Dependency Version Updates:
pubspec.yaml
: Updatedflutter_quill
andflutter_quill_extensions
to version^11.0.0
and updateddelta_markdown
reference. [1] [2]Plugin Removal:
gal
plugin frommacos/Flutter/GeneratedPluginRegistrant.swift
,windows/flutter/generated_plugin_registrant.cc
, andwindows/flutter/generated_plugins.cmake
. [1] [2] [3] [4] [5]Minor Changes:
lib/features/ai/state/latest_summary_controller.dart
: Updated regex inChecklistItemSuggestionsController
to include*
character.lib/main.dart
: Removed deprecatedFlutterQuillExtensions.useSuperClipboardPlugin()
call. [1] [2]pubspec.yaml
: Incremented app version.