mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
replace tag with ref commit-hash to fix some cache issue
This commit is contained in:
parent
1cfcbbc35b
commit
956ad1b590
@ -477,11 +477,11 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: "0cb120d08d92c7091bfc0c9466a41c2b21965ca7"
|
||||
ref: "1ce8188c47d3983268067b39a3e8cc8aef898864"
|
||||
resolved-ref: "1ce8188c47d3983268067b39a3e8cc8aef898864"
|
||||
url: "https://github.com/appflowy/flutter-quill.git"
|
||||
source: git
|
||||
version: "3.0.4"
|
||||
version: "3.1.0"
|
||||
flutter_svg:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -3,7 +3,7 @@ description: A new Flutter project.
|
||||
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
@ -30,7 +30,7 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
sdk: flutter
|
||||
flowy_sdk:
|
||||
path: packages/flowy_sdk
|
||||
flowy_infra_ui:
|
||||
@ -42,15 +42,15 @@ dependencies:
|
||||
flutter_quill:
|
||||
git:
|
||||
url: https://github.com/appflowy/flutter-quill.git
|
||||
tag: 3.0.4_checkbox_patch
|
||||
ref: 1ce8188c47d3983268067b39a3e8cc8aef898864
|
||||
|
||||
# third party packages
|
||||
intl: ^0.17.0
|
||||
time: '^2.0.0'
|
||||
equatable: '^2.0.3'
|
||||
time: "^2.0.0"
|
||||
equatable: "^2.0.3"
|
||||
freezed_annotation:
|
||||
get_it: '^7.1.3'
|
||||
flutter_bloc: '^8.0.1'
|
||||
get_it: "^7.1.3"
|
||||
flutter_bloc: "^8.0.1"
|
||||
provider: ^6.0.1
|
||||
path_provider: ^2.0.1
|
||||
window_size:
|
||||
@ -59,7 +59,7 @@ dependencies:
|
||||
path: plugins/window_size
|
||||
ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81
|
||||
sized_context: ^1.0.0+1
|
||||
styled_widget: '^0.3.1'
|
||||
styled_widget: "^0.3.1"
|
||||
expandable: ^5.0.1
|
||||
flutter_svg: ^0.22.0
|
||||
flutter_colorpicker: ^1.0.3
|
||||
@ -81,8 +81,7 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
build_runner:
|
||||
freezed: '^0.14.2'
|
||||
|
||||
freezed: "^0.14.2"
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
|
Loading…
Reference in New Issue
Block a user