Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Sep 6, 2024
1 parent dbe50bf commit 7956fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/reusable-dart-analyze-format-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: dart pub get && dart run melos bootstrap --scope="${{ inputs.package }}"

# TODO: Restore --fatal-infos when analyzer 6.5 is significantly available
# in major versions of Flutter. Likely in Q1 2025 https://github.com/GetDutchie/brick/pull/435
# - run: dart analyze --fatal-infos lib
- run: dart analyze lib
working-directory: packages/${{ inputs.package }}
Expand Down
2 changes: 1 addition & 1 deletion packages/brick_sqlite_generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 3.2.1
## 3.2.2

- Revert `.getDisplayString()` change due to Flutter 3.22 being restricted to analyzer <6.4.1. `meta` is pinned to `1.12` in this version of Flutter, and `analyzer >=6.5.0`, where the change was made, requires `meta >= 1.15`. This change will eventually be re-reverted.

Expand Down

0 comments on commit 7956fa3

Please sign in to comment.