mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[flutter]: lock flutter package big version
This commit is contained in:
parent
3038dc3c93
commit
704035e070
@ -16,8 +16,8 @@ dependencies:
|
||||
textstyle_extensions: '2.0.0-nullsafety'
|
||||
dartz: '0.10.0-nullsafety.2'
|
||||
provider: ^6.0.1
|
||||
styled_widget: '>=0.3.1'
|
||||
equatable: '>=2.0.3'
|
||||
styled_widget: '^0.3.1'
|
||||
equatable: '^2.0.3'
|
||||
animations: ^2.0.0
|
||||
loading_indicator: ^3.0.1
|
||||
|
||||
|
@ -77,7 +77,7 @@ packages:
|
||||
name: build_resolvers
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.4"
|
||||
version: "2.0.5"
|
||||
build_runner:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
@ -675,21 +675,35 @@ packages:
|
||||
name: path_provider
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.6"
|
||||
version: "2.0.7"
|
||||
path_provider_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: path_provider_android
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.8"
|
||||
path_provider_ios:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: path_provider_ios
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.7"
|
||||
path_provider_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: path_provider_linux
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.1"
|
||||
version: "2.1.2"
|
||||
path_provider_macos:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: path_provider_macos
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.2"
|
||||
version: "2.0.3"
|
||||
path_provider_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -883,7 +897,7 @@ packages:
|
||||
name: styled_widget
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.4.0+3"
|
||||
version: "0.3.1+2"
|
||||
term_glyph:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -911,7 +925,7 @@ packages:
|
||||
name: time
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
version: "2.0.1"
|
||||
timing:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -946,7 +960,7 @@ packages:
|
||||
name: url_launcher
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "6.0.12"
|
||||
version: "6.0.14"
|
||||
url_launcher_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -1037,7 +1051,7 @@ packages:
|
||||
name: win32
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.10"
|
||||
version: "2.3.0"
|
||||
window_size:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -45,20 +45,20 @@ dependencies:
|
||||
ref: develop
|
||||
|
||||
# third party packages
|
||||
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: '>=7.3.1'
|
||||
get_it: '^7.1.3'
|
||||
flutter_bloc: '^7.3.1'
|
||||
provider: ^6.0.1
|
||||
path_provider: ">=1.6.24"
|
||||
path_provider: ^2.0.1
|
||||
window_size:
|
||||
git:
|
||||
url: git://github.com/google/flutter-desktop-embedding.git
|
||||
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: ^0.6.0
|
||||
@ -76,7 +76,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
|
||||
|
Loading…
Reference in New Issue
Block a user