mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update flutter packages
This commit is contained in:
parent
b61e3f4601
commit
94a440f773
@ -2,7 +2,7 @@ name: flowy_infra_ui
|
|||||||
description: A new flutter plugin project.
|
description: A new flutter plugin project.
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
homepage:
|
homepage:
|
||||||
publish_to: 'none'
|
publish_to: "none"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
@ -13,11 +13,11 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
# Thirdparty packages
|
# Thirdparty packages
|
||||||
textstyle_extensions: '2.0.0-nullsafety'
|
textstyle_extensions: "2.0.0-nullsafety"
|
||||||
dartz: '0.10.0-nullsafety.2'
|
dartz:
|
||||||
provider: ^6.0.1
|
provider: ^6.0.1
|
||||||
styled_widget: '^0.3.1'
|
styled_widget: "^0.3.1"
|
||||||
equatable: '^2.0.3'
|
equatable: "^2.0.3"
|
||||||
animations: ^2.0.0
|
animations: ^2.0.0
|
||||||
loading_indicator: ^3.0.1
|
loading_indicator: ^3.0.1
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ dependencies:
|
|||||||
ffi: ^1.0.0
|
ffi: ^1.0.0
|
||||||
isolates: ^3.0.3+8
|
isolates: ^3.0.3+8
|
||||||
protobuf: "2.0.0"
|
protobuf: "2.0.0"
|
||||||
dartz: "0.10.0-nullsafety.2"
|
dartz: ^0.10.1
|
||||||
freezed_annotation:
|
freezed_annotation:
|
||||||
logger: ^1.0.0
|
logger: ^1.0.0
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ packages:
|
|||||||
name: build_config
|
name: build_config
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.1.0"
|
||||||
build_daemon:
|
build_daemon:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -105,7 +105,7 @@ packages:
|
|||||||
name: build_runner
|
name: build_runner
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.11"
|
version: "2.2.0"
|
||||||
build_runner_core:
|
build_runner_core:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -268,12 +268,12 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.3"
|
version: "2.2.3"
|
||||||
dartz:
|
dartz:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: dartz
|
name: dartz
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.10.0-nullsafety.2"
|
version: "0.10.1"
|
||||||
dbus:
|
dbus:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -474,7 +474,7 @@ packages:
|
|||||||
name: flutter_lints
|
name: flutter_lints
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.4"
|
version: "2.0.1"
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description: flutter
|
description: flutter
|
||||||
@ -526,14 +526,14 @@ packages:
|
|||||||
name: freezed
|
name: freezed
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.3+1"
|
version: "2.1.0+1"
|
||||||
freezed_annotation:
|
freezed_annotation:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: freezed_annotation
|
name: freezed_annotation
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.3"
|
version: "2.1.0"
|
||||||
frontend_server_client:
|
frontend_server_client:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -701,7 +701,7 @@ packages:
|
|||||||
name: lints
|
name: lints
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.1"
|
version: "2.0.0"
|
||||||
loading_indicator:
|
loading_indicator:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -50,9 +50,10 @@ dependencies:
|
|||||||
intl: ^0.17.0
|
intl: ^0.17.0
|
||||||
time: "^2.0.0"
|
time: "^2.0.0"
|
||||||
equatable: "^2.0.3"
|
equatable: "^2.0.3"
|
||||||
freezed_annotation:
|
freezed_annotation: ^2.1.0
|
||||||
get_it: "^7.1.3"
|
get_it: "^7.1.3"
|
||||||
flutter_bloc: "^8.0.1"
|
flutter_bloc: "^8.0.1"
|
||||||
|
dartz: ^0.10.1
|
||||||
provider: ^6.0.1
|
provider: ^6.0.1
|
||||||
path_provider: ^2.0.1
|
path_provider: ^2.0.1
|
||||||
window_size:
|
window_size:
|
||||||
@ -68,7 +69,7 @@ dependencies:
|
|||||||
url_launcher: ^6.0.2
|
url_launcher: ^6.0.2
|
||||||
# file_picker: ^4.2.1
|
# file_picker: ^4.2.1
|
||||||
clipboard: ^0.1.3
|
clipboard: ^0.1.3
|
||||||
connectivity_plus: 2.2.0
|
connectivity_plus: ^2.3.6+1
|
||||||
easy_localization: ^3.0.0
|
easy_localization: ^3.0.0
|
||||||
textfield_tags: ^2.0.0
|
textfield_tags: ^2.0.0
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
@ -82,11 +83,11 @@ dependencies:
|
|||||||
hotkey_manager: ^0.1.7
|
hotkey_manager: ^0.1.7
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^1.0.0
|
flutter_lints: ^2.0.1
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
build_runner:
|
build_runner: ^2.2.0
|
||||||
freezed:
|
freezed: ^2.1.0+1
|
||||||
bloc_test: ^9.0.2
|
bloc_test: ^9.0.2
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user