From 32cd82dd1cc2969d3052650a8b0af8bdd726825f Mon Sep 17 00:00:00 2001 From: Emerson Almeida Date: Sat, 22 Jun 2024 12:58:24 -0300 Subject: [PATCH] try flutter versions --- .github/workflows/dart.yml | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d3bb5cc..8c08fe8 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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 }} diff --git a/pubspec.yaml b/pubspec.yaml index e143b44..83de5dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,7 @@ version: 2.1.0 repository: https://github.com/dukex/better_router environment: sdk: '>=2.17.5 <4.0.0' + flutter: '>1.0.0 <4.0.0' dependencies: flutter: sdk: flutter