From df37ce981c2143b8a46935351bdf348785b99e8e Mon Sep 17 00:00:00 2001 From: Fernando da Silva Sousa Date: Sun, 1 Oct 2023 21:49:04 -0300 Subject: [PATCH] v1.7.1: Corrige problema com useContext em dialogs --- pets/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pets/pubspec.yaml b/pets/pubspec.yaml index cb1c94c..7630856 100644 --- a/pets/pubspec.yaml +++ b/pets/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.7.0+36 +version: 1.7.1+37 environment: sdk: '>=3.0.0 <4.0.0'