Skip to content

Commit

Permalink
Fix test pubspec.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 2, 2024
1 parent 0051217 commit 98eca5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a test artifact that is used to generate a matrix of Flutter versions from a pubspec.yaml file.
# See https://dart.dev/tools/pub/pubspec#flutter-sdk-constraints

name: test

environment:
sdk: ^3.4.0
flutter: '^3.22.0'
sdk: ^3.2.0
flutter: '>= 3.22.0'

0 comments on commit 98eca5c

Please sign in to comment.