Skip to content

Commit

Permalink
Merge branch 'main' into feat/support-controller-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin authored Sep 10, 2024
2 parents e9e68ae + 12415b9 commit 39c5a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/appflowy_editor_plugins/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: example
description: "Example application for AppFlowy Editor Plugins."

publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

Expand All @@ -11,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

appflowy_editor:
appflowy_editor:

appflowy_editor_plugins:
path: ../
Expand All @@ -26,7 +25,7 @@ dependency_overrides:
appflowy_editor:
git:
url: https://github.com/AppFlowy-IO/appflowy-editor.git
ref: "6718ae7"
ref: "b5da6e4"

flutter:
uses-material-design: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ final allCodeBlockLanguages = [
'CS',
'CSS',
'Dart',
'Docker',
'Delphi',
'DockerFile',
'Elixir',
'Elm',
'Erlang',
Expand Down

0 comments on commit 39c5a98

Please sign in to comment.