Skip to content
Snippets Groups Projects
Commit 19996e33 authored by vjrj's avatar vjrj
Browse files

sdk updated

parent f21f2e9b
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ linter: ...@@ -155,7 +155,7 @@ linter:
# - prefer_constructors_over_static_methods # far too many false positives # - prefer_constructors_over_static_methods # far too many false positives
- prefer_contains - prefer_contains
# - prefer_double_quotes # opposite of prefer_single_quotes # - prefer_double_quotes # opposite of prefer_single_quotes
- prefer_equal_for_default_values # - prefer_equal_for_default_values
# - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods # - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods
- prefer_final_fields - prefer_final_fields
- prefer_final_in_for_each - prefer_final_in_for_each
......
...@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev ...@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.2.4-SNAPSHOT version: 0.2.4-SNAPSHOT
environment: environment:
sdk: ">=2.17.1 <3.0.0" sdk: ">=3.0.0 <4.0.0"
dependencies: dependencies:
flutter: flutter:
...@@ -57,7 +57,7 @@ dependencies: ...@@ -57,7 +57,7 @@ dependencies:
fl_chart: ^0.61.0 fl_chart: ^0.61.0
json_annotation: ^4.8.0 json_annotation: ^4.8.0
flutter_slidable: ^2.0.0 flutter_slidable: ^2.0.0
sentry_flutter: ^7.2.0 sentry_flutter: ^7.8.0
copy_with_extension: ^5.0.2 copy_with_extension: ^5.0.2
timeago: ^3.3.0 timeago: ^3.3.0
once: ^1.5.1 once: ^1.5.1
...@@ -65,7 +65,7 @@ dependencies: ...@@ -65,7 +65,7 @@ dependencies:
backdrop: ^0.9.0 backdrop: ^0.9.0
package_info_plus: ^3.0.3 package_info_plus: ^3.0.3
share_plus: ^6.3.1 share_plus: ^6.3.1
sentry_logging: ^7.4.0 sentry_logging: ^7.8.0
pwa_install: ^0.0.5 pwa_install: ^0.0.5
file_saver: ^0.2.1 file_saver: ^0.2.1
filesystem_picker: ^3.1.0 filesystem_picker: ^3.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment