-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 45/cannot use with dart2.1 (#46)
* Upgraded dependencies so that it should now work with Dart 2.1.0 (thanks to @v3rm0n and @SPodjasek with the help with dart_config fixes)
- Loading branch information
1 parent
fe93a41
commit 9bac00c
Showing
5 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sdk.dir=/Users/mos/Library/Android/sdk | ||
flutter.sdk=/Users/mos/Projects/Flutter/flutter-sdk | ||
sdk.dir=/home/mos/Android/Sdk | ||
flutter.sdk=/home/mos/Flutter | ||
flutter.buildMode=debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/mos/Projects/Flutter/flutter-sdk | ||
FLUTTER_APPLICATION_PATH=/Users/mos/Projects/example | ||
FLUTTER_ROOT=/home/mos/Flutter | ||
FLUTTER_APPLICATION_PATH=/home/mos/FlutterProjects/flutter_launcher_icons/example | ||
FLUTTER_TARGET=lib/main.dart | ||
FLUTTER_BUILD_MODE=debug | ||
FLUTTER_BUILD_DIR=build | ||
SYMROOT=${SOURCE_ROOT}/../build/ios | ||
FLUTTER_FRAMEWORK_DIR=/Users/mos/Projects/Flutter/flutter-sdk/bin/cache/artifacts/engine/ios | ||
FLUTTER_FRAMEWORK_DIR=/home/mos/Flutter/bin/cache/artifacts/engine/ios | ||
PREVIEW_DART_2=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters