Skip to content

Commit

Permalink
upgrade flutter, sdk and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegercharles committed Nov 20, 2023
1 parent a003a0e commit 3be905d
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 299 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ concurrency:
jobs:
test:
runs-on: self-hosted
container: cirrusci/flutter:3.7.3
container: ghcr.io/cirruslabs/flutter:3.16.0
steps:
- uses: actions/checkout@v2
- name: Run unit tests and check for styling errors
run: |
flutter pub get
flutter format --line-length 120 --set-exit-if-changed .
dart format --line-length 120 --set-exit-if-changed .
flutter analyze .
flutter test
2 changes: 2 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ linter:

# Don't use the following rules.
implementation_imports: false
use_super_parameters: true


# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Loading

0 comments on commit 3be905d

Please sign in to comment.