Fix for selfhost build
This commit is contained in:
parent
ffe7f991c9
commit
386a8f6811
|
|
@ -66,8 +66,8 @@ dependencies:
|
||||||
contacts_service: ^0.6.3
|
contacts_service: ^0.6.3
|
||||||
diacritic: ^0.1.3
|
diacritic: ^0.1.3
|
||||||
states_rebuilder: ^6.2.0
|
states_rebuilder: ^6.2.0
|
||||||
super_editor: ^0.2.6
|
#super_editor: ^0.2.6
|
||||||
super_editor_markdown: ^0.1.5
|
#super_editor_markdown: ^0.1.5
|
||||||
#markdown: ^5.0.0 # REMOVE THIS
|
#markdown: ^5.0.0 # REMOVE THIS
|
||||||
#super_editor:
|
#super_editor:
|
||||||
# git:
|
# git:
|
||||||
|
|
@ -95,6 +95,26 @@ dependency_overrides:
|
||||||
intl: any
|
intl: any
|
||||||
navigation_builder: ^0.0.3
|
navigation_builder: ^0.0.3
|
||||||
states_rebuilder: ^6.3.0
|
states_rebuilder: ^6.3.0
|
||||||
|
super_editor:
|
||||||
|
git:
|
||||||
|
url: https://github.com/superlistapp/super_editor
|
||||||
|
path: super_editor
|
||||||
|
ref: stable
|
||||||
|
super_editor_markdown:
|
||||||
|
git:
|
||||||
|
url: https://github.com/superlistapp/super_editor
|
||||||
|
path: super_editor_markdown
|
||||||
|
ref: stable
|
||||||
|
super_text_layout:
|
||||||
|
git:
|
||||||
|
url: https://github.com/superlistapp/super_editor
|
||||||
|
path: super_text_layout
|
||||||
|
ref: stable
|
||||||
|
attributed_text:
|
||||||
|
git:
|
||||||
|
url: https://github.com/superlistapp/super_editor
|
||||||
|
path: attributed_text
|
||||||
|
ref: stable
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_driver:
|
flutter_driver:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue