Compare commits

...

1 Commits

Author SHA1 Message Date
c7824eaef3 bump flutter to 3.7.2 (#134) 2023-02-08 17:43:23 -08:00
4 changed files with 6 additions and 6 deletions

View File

@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
FLUTTER_VERSION: "3.7.1"
FLUTTER_VERSION: "3.7.2"
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.1'
flutter-version: '3.7.2'
channel: 'stable'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .

View File

@ -31,7 +31,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
flutter-version: 3.7.1
flutter-version: 3.7.2
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze

View File

@ -1,11 +1,11 @@
name: hacki
description: A Hacker News reader.
version: 1.0.7+85
version: 1.0.8+86
publish_to: none
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: "3.7.1"
flutter: "3.7.2"
dependencies:
adaptive_theme: ^3.0.0