From d107e3e6f6634bbde56ed3d2e35c33771ed935de Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Thu, 6 Dec 2018 15:22:36 +0000 Subject: [PATCH] updates environment --- android/.idea/caches/build_file_checksums.ser | Bin 496 -> 496 bytes android/.idea/misc.xml | 2 +- android/.idea/modules.xml | 1 - android/build.gradle | 1 + pubspec.yaml | 3 ++- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/android/.idea/caches/build_file_checksums.ser b/android/.idea/caches/build_file_checksums.ser index 427aae022e6670609cd2ec334a5242c998c33e39..91ff37ce85ad1527db11bbdfa8b1dfe8f4876cb3 100644 GIT binary patch delta 35 tcmV+;0NnrZ1MmZom;`630bD6W5L*BM delta 35 tcmV+;0NnrZ1MmZom;_}r3(t|9=n#p^pEA7vGGtI+4)HnxqneYH0bC=y56S=l diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml index 99202cc..c0f68ed 100644 --- a/android/.idea/misc.xml +++ b/android/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml index 9bbbabb..c734d99 100644 --- a/android/.idea/modules.xml +++ b/android/.idea/modules.xml @@ -3,7 +3,6 @@ - \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index 1e9b1b1..2d1b841 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,4 +35,5 @@ android { dependencies { implementation 'com.android.support:appcompat-v7:27.0.0' + compileOnly files('/Users/miguelruivo/DevTools/flutter/bin/cache/artifacts/engine/android-arm64/flutter.jar') } diff --git a/pubspec.yaml b/pubspec.yaml index 322214b..4629c3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,7 @@ version: 1.0.0 author: Miguel Ruivo homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker + dependencies: flutter: sdk: flutter @@ -11,7 +12,7 @@ dependencies: meta: ^1.1.5 environment: - sdk: ">=1.19.0 <3.0.0" + sdk: ">=2.0.0 <3.0.0" # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec