Skip to content

Commit

Permalink
try flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dukex committed Jun 22, 2024
1 parent 8295480 commit 0bef50d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Generate matrix from pubspec.yaml
uses: flutter-actions/pubspec-matrix-action@v1
with:
pubspec: "pubspec.yaml"
channel: "stable"
outputs:
matrix: ${{ steps.pubspec.outputs.matrix }}

Expand All @@ -36,6 +36,9 @@ jobs:

- run: flutter --version

- run: dart pub add dev:lints
- run: dart pub add dev:test

- name: Install dependencies
run: flutter pub get

Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ description: the better router is a powerful, but for humans, flutter router.
version: 2.1.0
repository: https://github.com/dukex/better_router
environment:
sdk: '>=2.17.5 <4.0.0'
sdk: ">=2.12.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
lints: any
test: any
flutter_test:
sdk: flutter

0 comments on commit 0bef50d

Please sign in to comment.