File tree Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flowy_infra_ui
22description : A new flutter plugin project.
33version : 0.0.1
44homepage :
5- publish_to : ' none'
5+ publish_to : " none"
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -13,11 +13,11 @@ dependencies:
1313 sdk : flutter
1414
1515 # Thirdparty packages
16- textstyle_extensions : ' 2.0.0-nullsafety'
17- dartz : ' 0.10.0-nullsafety.2 '
16+ textstyle_extensions : " 2.0.0-nullsafety"
17+ dartz :
1818 provider : ^6.0.1
19- styled_widget : ' ^0.3.1'
20- equatable : ' ^2.0.3'
19+ styled_widget : " ^0.3.1"
20+ equatable : " ^2.0.3"
2121 animations : ^2.0.0
2222 loading_indicator : ^3.0.1
2323
@@ -52,4 +52,4 @@ flutter:
5252 linux :
5353 pluginClass : FlowyInfraUIPlugin
5454 web :
55- default_package : flowy_infra_ui_web
55+ default_package : flowy_infra_ui_web
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 ffi : ^1.0.0
1515 isolates : ^3.0.3+8
1616 protobuf : " 2.0.0"
17- dartz : " 0.10.0-nullsafety.2 "
17+ dartz : ^ 0.10.1
1818 freezed_annotation :
1919 logger : ^1.0.0
2020
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ packages:
8484 name: build_config
8585 url: "https://pub.dartlang.org"
8686 source: hosted
87- version: "1.0 .0"
87+ version: "1.1 .0"
8888 build_daemon:
8989 dependency: transitive
9090 description:
@@ -105,7 +105,7 @@ packages:
105105 name: build_runner
106106 url: "https://pub.dartlang.org"
107107 source: hosted
108- version: "2.1.11 "
108+ version: "2.2.0 "
109109 build_runner_core:
110110 dependency: transitive
111111 description:
@@ -268,12 +268,12 @@ packages:
268268 source: hosted
269269 version: "2.2.3"
270270 dartz:
271- dependency: transitive
271+ dependency: "direct main"
272272 description:
273273 name: dartz
274274 url: "https://pub.dartlang.org"
275275 source: hosted
276- version: "0.10.0-nullsafety.2 "
276+ version: "0.10.1 "
277277 dbus:
278278 dependency: transitive
279279 description:
@@ -474,7 +474,7 @@ packages:
474474 name: flutter_lints
475475 url: "https://pub.dartlang.org"
476476 source: hosted
477- version: "1 .0.4 "
477+ version: "2 .0.1 "
478478 flutter_localizations:
479479 dependency: "direct main"
480480 description: flutter
@@ -526,14 +526,14 @@ packages:
526526 name: freezed
527527 url: "https://pub.dartlang.org"
528528 source: hosted
529- version: "2.0.3 +1"
529+ version: "2.1.0 +1"
530530 freezed_annotation:
531531 dependency: "direct main"
532532 description:
533533 name: freezed_annotation
534534 url: "https://pub.dartlang.org"
535535 source: hosted
536- version: "2.0.3 "
536+ version: "2.1.0 "
537537 frontend_server_client:
538538 dependency: transitive
539539 description:
@@ -701,7 +701,7 @@ packages:
701701 name: lints
702702 url: "https://pub.dartlang.org"
703703 source: hosted
704- version: "1 .0.1 "
704+ version: "2 .0.0 "
705705 loading_indicator:
706706 dependency: transitive
707707 description:
Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ dependencies:
5050 intl : ^0.17.0
5151 time : " ^2.0.0"
5252 equatable : " ^2.0.3"
53- freezed_annotation :
53+ freezed_annotation : ^2.1.0
5454 get_it : " ^7.1.3"
5555 flutter_bloc : " ^8.0.1"
56+ dartz : ^0.10.1
5657 provider : ^6.0.1
5758 path_provider : ^2.0.1
5859 window_size :
@@ -68,7 +69,7 @@ dependencies:
6869 url_launcher : ^6.0.2
6970 # file_picker: ^4.2.1
7071 clipboard : ^0.1.3
71- connectivity_plus : 2.2.0
72+ connectivity_plus : ^2.3.6+1
7273 easy_localization : ^3.0.0
7374 textfield_tags : ^2.0.0
7475 # The following adds the Cupertino Icons font to your application.
@@ -82,11 +83,11 @@ dependencies:
8283 hotkey_manager : ^0.1.7
8384
8485dev_dependencies :
85- flutter_lints : ^1 .0.0
86+ flutter_lints : ^2 .0.1
8687 flutter_test :
8788 sdk : flutter
88- build_runner :
89- freezed :
89+ build_runner : ^2.2.0
90+ freezed : ^2.1.0+1
9091 bloc_test : ^9.0.2
9192
9293dependency_overrides :
You can’t perform that action at this time.
0 commit comments