This commit is contained in:
lizandrogd
2024-01-16 21:48:38 -05:00
parent 35657f89ac
commit 1c20d0c0cd
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

@@ -47,7 +47,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
final FirebaseStorage storage = FirebaseStorage.instance;
var photoTemp = '';
var _ciudad = '...';
var _photo = '...';
var _photo = '..../images/perfil-2.png';
String? _email = '';
String gender = '';
String genderDb = '';
+1 -1
View File
@@ -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.0.9+9
version: 1.0.11+11
environment:
sdk: '>=2.19.3 <3.0.0'