Skip to content

Commit

Permalink
Update to Dart 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Feb 15, 2024
1 parent 90e3306 commit a467e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions analysis_options.yaml
Expand Up @@ -6,13 +6,16 @@ analyzer:
strict-raw-types: true
linter:
rules:
- annotate_redeclares
- avoid_dynamic_calls
- avoid_final_parameters
- avoid_print
- avoid_unused_constructor_parameters
- camel_case_types
- collection_methods_unrelated_type
- combinators_ordering
- comment_references
- directives_ordering
- invalid_case_patterns
- no_self_assignments
- no_wildcard_variable_uses
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ topics:
- xpath

environment:
sdk: ^3.2.0
sdk: ^3.3.0
dependencies:
collection: ^1.18.0
meta: ^1.9.0
Expand Down

0 comments on commit a467e66

Please sign in to comment.