Skip to content

Commit

Permalink
chore(pubspec): bump versions as of Flutter 3.10.3 (#8)
Browse files Browse the repository at this point in the history
* chore(pubspec): bump versions as of Flutter 3.10.3

* ci(analysis): migrate to `dart format`
  • Loading branch information
albertms10 committed Jun 2, 2023
1 parent 2c9873c commit 4e67c11
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
types: [published]

env:
FLUTTER_SDK_VERSION: "3.7.9"
FLUTTER_SDK_VERSION: "3.10.3"

permissions:
contents: read
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
flutter-version: ${{ env.FLUTTER_SDK_VERSION }}

- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .

- name: Get dependencies
run: flutter pub get
Expand Down
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dart_code_metrics:
- avoid-wrapping-in-padding
- binary-expression-operand-order
- double-literal-format
- format-comment:
ignored-patterns:
- ^coverage.*
# - format-comment:
# ignored-patterns:
# - ^coverage.*
# - member-ordering
- missing-test-assertion
- newline-before-return
Expand Down
Loading

1 comment on commit 4e67c11

@vercel
Copy link

@vercel vercel bot commented on 4e67c11 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

note-names – ./

note-names.vercel.app
note-names-albertms10.vercel.app
note-names-git-main-albertms10.vercel.app

Please sign in to comment.