Skip to content

Commit

Permalink
feat: upgrade version flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhNguyen authored and MinhNguyen committed Aug 9, 2023
1 parent 5b7876d commit 9159d7a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.19.4 <3.0.0"
sdk: ">=2.19.4 <4.0.0"
flutter: ">=3.7.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/maac_mvvm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.3
homepage: https://github.com/MinhMark123123/maac

environment:
sdk: ">=2.19.4 <3.0.0"
sdk: ">=2.19.4 <4.0.0"
flutter: ">=3.7.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/maac_mvvm_with_get_it/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.19.4 <3.0.0'
sdk: '>=2.19.4 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion packages/maac_mvvm_with_get_it/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
homepage: https://github.com/MinhMark123123/maac

environment:
sdk: '>=2.19.4 <3.0.0'
sdk: '>=2.19.4 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/maac_mvvm_with_riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.19.4 <3.0.0'
sdk: '>=2.19.4 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion packages/maac_mvvm_with_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
homepage: https://github.com/MinhMark123123/maac

environment:
sdk: '>=2.19.4 <3.0.0'
sdk: '>=2.19.4 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: maac_workspace

environment:
sdk: ">=2.19.4 <3.0.0"
sdk: ">=2.19.4 <4.0.0"
dev_dependencies:
melos: ^3.1.0

0 comments on commit 9159d7a

Please sign in to comment.