diff --git a/images/perfil-2.png b/images/perfil-2.png new file mode 100644 index 0000000..563f5e2 Binary files /dev/null and b/images/perfil-2.png differ diff --git a/lib/src/presentation/screens/profile/profile.dart b/lib/src/presentation/screens/profile/profile.dart index e5e480f..aa7e952 100644 --- a/lib/src/presentation/screens/profile/profile.dart +++ b/lib/src/presentation/screens/profile/profile.dart @@ -47,7 +47,7 @@ class _ProfileScreenState extends State { final FirebaseStorage storage = FirebaseStorage.instance; var photoTemp = ''; var _ciudad = '...'; - var _photo = '...'; + var _photo = '..../images/perfil-2.png'; String? _email = ''; String gender = ''; String genderDb = ''; diff --git a/pubspec.yaml b/pubspec.yaml index 2d9306a..0e39bd5 100644 --- a/pubspec.yaml +++ b/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.0.9+9 +version: 1.0.11+11 environment: sdk: '>=2.19.3 <3.0.0'