upgrade deps
This commit is contained in:
@@ -23,8 +23,6 @@ linter:
|
|||||||
analyzer:
|
analyzer:
|
||||||
errors:
|
errors:
|
||||||
overridden_fields: ignore
|
overridden_fields: ignore
|
||||||
plugins:
|
|
||||||
- custom_lint
|
|
||||||
exclude:
|
exclude:
|
||||||
- "**.drift"
|
- "**.drift"
|
||||||
- "**.drift.dart"
|
- "**.drift.dart"
|
||||||
|
|||||||
+11
-13
@@ -12,7 +12,7 @@ dependencies:
|
|||||||
background_fetch: ^1.5.0
|
background_fetch: ^1.5.0
|
||||||
collection: ^1.19.1
|
collection: ^1.19.1
|
||||||
convert: ^3.1.2
|
convert: ^3.1.2
|
||||||
copy_with_extension: ^10.0.1
|
copy_with_extension: ^11.0.0
|
||||||
country_codes: ^3.3.0
|
country_codes: ^3.3.0
|
||||||
country_flags: ^4.1.2
|
country_flags: ^4.1.2
|
||||||
cryptography_flutter: ^2.3.4
|
cryptography_flutter: ^2.3.4
|
||||||
@@ -42,11 +42,11 @@ dependencies:
|
|||||||
google_fonts: ^8.0.1
|
google_fonts: ^8.0.1
|
||||||
graphview: ^1.5.1
|
graphview: ^1.5.1
|
||||||
home_widget: ^0.9.0
|
home_widget: ^0.9.0
|
||||||
hooks_riverpod: ^3.1.0
|
hooks_riverpod: ^3.2.1
|
||||||
html: ^0.15.6
|
html: ^0.15.6
|
||||||
http: ^1.6.0
|
http: ^1.6.0
|
||||||
intl: ^0.20.2
|
intl: ^0.20.2
|
||||||
json_annotation: ^4.9.0
|
json_annotation: ^4.10.0
|
||||||
lexo_rank:
|
lexo_rank:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/FaFre/lexo_rank.git
|
url: https://github.com/FaFre/lexo_rank.git
|
||||||
@@ -64,8 +64,8 @@ dependencies:
|
|||||||
pretty_qr_code: ^3.6.0
|
pretty_qr_code: ^3.6.0
|
||||||
qr_code_scanner_plus: ^2.1.1
|
qr_code_scanner_plus: ^2.1.1
|
||||||
quick_actions: ^1.1.0
|
quick_actions: ^1.1.0
|
||||||
riverpod: ^3.1.0
|
riverpod: ^3.2.1
|
||||||
riverpod_annotation: ^4.0.0
|
riverpod_annotation: ^4.0.2
|
||||||
rss_dart: ^1.0.14
|
rss_dart: ^1.0.14
|
||||||
rxdart: ^0.28.0
|
rxdart: ^0.28.0
|
||||||
secure_archive:
|
secure_archive:
|
||||||
@@ -75,14 +75,14 @@ dependencies:
|
|||||||
share_plus: ^12.0.1
|
share_plus: ^12.0.1
|
||||||
simple_intent_receiver:
|
simple_intent_receiver:
|
||||||
path: ../packages/simple_intent_receiver
|
path: ../packages/simple_intent_receiver
|
||||||
skeletonizer: ^2.1.2
|
skeletonizer: ^2.1.3
|
||||||
sliver_tools: ^0.2.12
|
sliver_tools: ^0.2.12
|
||||||
smooth_page_indicator: ^2.0.1
|
smooth_page_indicator: ^2.0.1
|
||||||
socks5_proxy: ^2.1.1
|
socks5_proxy: ^2.1.1
|
||||||
speech_to_text_dialog:
|
speech_to_text_dialog:
|
||||||
path: ../packages/speech_to_text_dialog
|
path: ../packages/speech_to_text_dialog
|
||||||
sqlite3: ^2.9.4
|
sqlite3: ^2.9.4
|
||||||
sqlite3_flutter_libs: ^0.5.41
|
sqlite3_flutter_libs: ^0.6.0+eol
|
||||||
synchronized: ^3.4.0
|
synchronized: ^3.4.0
|
||||||
text_scroll: ^0.2.1
|
text_scroll: ^0.2.1
|
||||||
timeago: ^3.7.1
|
timeago: ^3.7.1
|
||||||
@@ -94,18 +94,16 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.11.1
|
build_runner: ^2.11.1
|
||||||
copy_with_extension_gen: ^10.0.1
|
copy_with_extension_gen: ^11.0.0
|
||||||
custom_lint: ^0.8.1
|
|
||||||
fast_equatable_lint: ^0.5.0
|
|
||||||
flutter_launcher_icons: ^0.14.4
|
flutter_launcher_icons: ^0.14.4
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
go_router_builder: ^4.2.0
|
go_router_builder: ^4.2.0
|
||||||
json_serializable: ^6.11.2
|
json_serializable: ^6.12.0
|
||||||
lint: ^2.8.0
|
lint: ^2.8.0
|
||||||
mockito: ^5.6.3
|
mockito: ^5.6.3
|
||||||
riverpod_generator: ^4.0.0+1
|
riverpod_generator: ^4.0.3
|
||||||
riverpod_lint: ^3.1.0
|
riverpod_lint: ^3.1.3
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ linter:
|
|||||||
collection_methods_unrelated_type: true
|
collection_methods_unrelated_type: true
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
plugins:
|
|
||||||
- custom_lint
|
|
||||||
exclude:
|
exclude:
|
||||||
- "**.g.dart"
|
- "**.g.dart"
|
||||||
- "**.swagger.dart"
|
- "**.swagger.dart"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ linter:
|
|||||||
collection_methods_unrelated_type: true
|
collection_methods_unrelated_type: true
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
plugins:
|
|
||||||
- custom_lint
|
|
||||||
exclude:
|
exclude:
|
||||||
- "**.g.dart"
|
- "**.g.dart"
|
||||||
- "**.swagger.dart"
|
- "**.swagger.dart"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ linter:
|
|||||||
collection_methods_unrelated_type: true
|
collection_methods_unrelated_type: true
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
plugins:
|
|
||||||
- custom_lint
|
|
||||||
exclude:
|
exclude:
|
||||||
- "**.g.dart"
|
- "**.g.dart"
|
||||||
- "**.swagger.dart"
|
- "**.swagger.dart"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ linter:
|
|||||||
collection_methods_unrelated_type: true
|
collection_methods_unrelated_type: true
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
plugins:
|
|
||||||
- custom_lint
|
|
||||||
exclude:
|
exclude:
|
||||||
- "**.g.dart"
|
- "**.g.dart"
|
||||||
- "**.swagger.dart"
|
- "**.swagger.dart"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Autogenerated from Pigeon (v26.1.5), do not edit directly.
|
// Autogenerated from Pigeon (v26.1.7), do not edit directly.
|
||||||
// See also: https://pub.dev/packages/pigeon
|
// See also: https://pub.dev/packages/pigeon
|
||||||
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, omit_obvious_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user