revert flutter quill to v0.0.2

This commit is contained in:
appflowy 2022-01-24 20:12:04 +08:00
parent 7f8c0ed53f
commit 48e9e75cc7
3 changed files with 11 additions and 10 deletions

View file

@ -59,9 +59,10 @@ DefaultStyles customStyles(BuildContext context) {
small: const TextStyle(fontSize: 12, color: Colors.black45), small: const TextStyle(fontSize: 12, color: Colors.black45),
underline: const TextStyle(decoration: TextDecoration.underline), underline: const TextStyle(decoration: TextDecoration.underline),
strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough), strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough),
inlineCode: InlineCodeStyle( inlineCode: TextStyle(
style: baseStyle, color: Colors.blue.shade900.withOpacity(0.9),
backgroundColor: Colors.blue.shade900.withOpacity(0.9), fontFamily: fontFamily,
fontSize: 13,
), ),
link: TextStyle( link: TextStyle(
color: themeData.colorScheme.secondary, color: themeData.colorScheme.secondary,

View file

@ -425,7 +425,7 @@ packages:
name: flutter_colorpicker name: flutter_colorpicker
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.3" version: "0.6.1"
flutter_inappwebview: flutter_inappwebview:
dependency: transitive dependency: transitive
description: description:
@ -477,11 +477,11 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "1ce8188c47d3983268067b39a3e8cc8aef898864" ref: dbc309f5e382963fa0122409a0aaf8e1417d51c1
resolved-ref: "1ce8188c47d3983268067b39a3e8cc8aef898864" resolved-ref: dbc309f5e382963fa0122409a0aaf8e1417d51c1
url: "https://github.com/appflowy/flutter-quill.git" url: "https://github.com/appflowy/flutter-quill.git"
source: git source: git
version: "3.1.0" version: "2.0.13"
flutter_svg: flutter_svg:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1271,4 +1271,4 @@ packages:
version: "8.0.0" version: "8.0.0"
sdks: sdks:
dart: ">=2.15.0-116.0.dev <3.0.0" dart: ">=2.15.0-116.0.dev <3.0.0"
flutter: ">=2.5.3" flutter: ">=2.5.0"

View file

@ -42,7 +42,7 @@ dependencies:
flutter_quill: flutter_quill:
git: git:
url: https://github.com/appflowy/flutter-quill.git url: https://github.com/appflowy/flutter-quill.git
ref: 1ce8188c47d3983268067b39a3e8cc8aef898864 ref: dbc309f5e382963fa0122409a0aaf8e1417d51c1
# third party packages # third party packages
intl: ^0.17.0 intl: ^0.17.0
@ -62,7 +62,7 @@ dependencies:
styled_widget: "^0.3.1" styled_widget: "^0.3.1"
expandable: ^5.0.1 expandable: ^5.0.1
flutter_svg: ^0.22.0 flutter_svg: ^0.22.0
flutter_colorpicker: ^1.0.3 flutter_colorpicker: ^0.6.0
package_info_plus: ^1.3.0 package_info_plus: ^1.3.0
url_launcher: ^6.0.2 url_launcher: ^6.0.2
# file_picker: ^4.2.1 # file_picker: ^4.2.1