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 2d91200 commit b2a93c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ include: package:lints/recommended.yaml
# 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 All @@ -26,6 +29,7 @@ linter:
- prefer_final_locals
- prefer_if_elements_to_conditional_expressions
- prefer_relative_imports
# - prefer_single_quotes
- unnecessary_await_in_return
- unnecessary_breaks
# - unnecessary_lambdas
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:
- peg

environment:
sdk: ^3.2.0
sdk: ^3.3.0
dependencies:
collection: ^1.18.0
data: ^0.12.0
Expand Down

0 comments on commit b2a93c4

Please sign in to comment.