diff --git a/.flutter-plugins b/.flutter-plugins index 09a0ba7..25f222c 100644 --- a/.flutter-plugins +++ b/.flutter-plugins @@ -1,6 +1,6 @@ -cloud_firestore=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.12.9+5/ -firebase_auth=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.14.0+5/ -firebase_core=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.4.0+9/ -firebase_storage=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-3.0.6/ -image_picker=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.0+3/ -location=/Users/daniloperez/programas/flutter/.pub-cache/hosted/pub.dartlang.org/location-2.3.5/ +cloud_firestore=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\cloud_firestore-0.12.9+5\\ +firebase_auth=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_auth-0.14.0+5\\ +firebase_core=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_core-0.4.0+9\\ +firebase_storage=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_storage-3.0.6\\ +image_picker=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\image_picker-0.6.0+3\\ +location=C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\location-2.3.5\\ diff --git a/android/.gradle/4.10.2/fileHashes/fileHashes.bin b/android/.gradle/4.10.2/fileHashes/fileHashes.bin index e13e979..5dbe3c5 100644 Binary files a/android/.gradle/4.10.2/fileHashes/fileHashes.bin and b/android/.gradle/4.10.2/fileHashes/fileHashes.bin differ diff --git a/android/.gradle/4.10.2/fileHashes/fileHashes.lock b/android/.gradle/4.10.2/fileHashes/fileHashes.lock index 4d8535f..9f22f08 100644 Binary files a/android/.gradle/4.10.2/fileHashes/fileHashes.lock and b/android/.gradle/4.10.2/fileHashes/fileHashes.lock differ diff --git a/android/.gradle/4.10.2/fileHashes/resourceHashesCache.bin b/android/.gradle/4.10.2/fileHashes/resourceHashesCache.bin index 35d06d1..0c05fb6 100644 Binary files a/android/.gradle/4.10.2/fileHashes/resourceHashesCache.bin and b/android/.gradle/4.10.2/fileHashes/resourceHashesCache.bin differ diff --git a/android/.gradle/4.10.2/javaCompile/jarAnalysis.bin b/android/.gradle/4.10.2/javaCompile/jarAnalysis.bin index e7b0ef9..01baa61 100644 Binary files a/android/.gradle/4.10.2/javaCompile/jarAnalysis.bin and b/android/.gradle/4.10.2/javaCompile/jarAnalysis.bin differ diff --git a/android/.gradle/4.10.2/javaCompile/javaCompile.lock b/android/.gradle/4.10.2/javaCompile/javaCompile.lock index 4dfcc0d..78c715a 100644 Binary files a/android/.gradle/4.10.2/javaCompile/javaCompile.lock and b/android/.gradle/4.10.2/javaCompile/javaCompile.lock differ diff --git a/android/.gradle/4.10.2/javaCompile/taskHistory.bin b/android/.gradle/4.10.2/javaCompile/taskHistory.bin index 3832791..7434bbf 100644 Binary files a/android/.gradle/4.10.2/javaCompile/taskHistory.bin and b/android/.gradle/4.10.2/javaCompile/taskHistory.bin differ diff --git a/android/.gradle/4.10.2/taskHistory/taskHistory.bin b/android/.gradle/4.10.2/taskHistory/taskHistory.bin index 395650a..5af68f3 100644 Binary files a/android/.gradle/4.10.2/taskHistory/taskHistory.bin and b/android/.gradle/4.10.2/taskHistory/taskHistory.bin differ diff --git a/android/.gradle/4.10.2/taskHistory/taskHistory.lock b/android/.gradle/4.10.2/taskHistory/taskHistory.lock index f14d6c3..a084198 100644 Binary files a/android/.gradle/4.10.2/taskHistory/taskHistory.lock and b/android/.gradle/4.10.2/taskHistory/taskHistory.lock differ diff --git a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 2a1ca09..075e82b 100644 Binary files a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/android/.gradle/buildOutputCleanup/outputFiles.bin b/android/.gradle/buildOutputCleanup/outputFiles.bin index 8045e1a..fcd7590 100644 Binary files a/android/.gradle/buildOutputCleanup/outputFiles.bin and b/android/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/android/local.properties b/android/local.properties index 1208035..99c42e6 100644 --- a/android/local.properties +++ b/android/local.properties @@ -1,5 +1,5 @@ -sdk.dir=/Users/daniloperez/Library/Android/sdk -flutter.sdk=/Users/daniloperez/programas/flutter +sdk.dir=C:\\Users\\fblascke\\AppData\\Local\\Android\\sdk +flutter.sdk=C:\\src\\flutter flutter.buildMode=debug flutter.versionName=1.0.0 flutter.versionCode=1 \ No newline at end of file diff --git a/lib/pages/home/home.page.dart b/lib/pages/home/home.page.dart index 1c699cc..fe23fdf 100644 --- a/lib/pages/home/home.page.dart +++ b/lib/pages/home/home.page.dart @@ -110,7 +110,11 @@ class _HomePageState extends State { child: Column( children: [ if (file != null) - Image.file(file, width: 100, height: 100,), + Image.file( + file, + width: 100, + height: 100, + ), Container( padding: EdgeInsets.fromLTRB(10, 0, 10, 0), width: double.infinity, @@ -123,7 +127,7 @@ class _HomePageState extends State { fontSize: 20, fontWeight: FontWeight.bold), ), - color: Color(0xff006caa), + color: Colors.blue, onPressed: () async { Navigator.push( context,