- 16 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 15 Feb, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit b3e4976c.
-
Mikkel Nygaard Ravn authored
-
- 08 Feb, 2018 1 commit
-
-
asiva authored
-
- 18 Jan, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 08 Jan, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 04 Jan, 2018 1 commit
-
-
Siva authored
* Plumb a --strong option through to the front end server and the engine so that we can run flutter apps in preview-dart-2 and strong mode * - Address analyzer lint issues *- correctly set up strong mode option in the case of AOT builds
-
- 12 Dec, 2017 1 commit
-
-
Greg Spencer authored
We thought it would be OK to call the create command offline-only, but it turns out that isn't a great idea because not all of the create template dependencies are cached by running flutter_tool. This PR makes it go online by default when running pub get after creating a project, and adds an "--offline" flag to the create command so that offline users can use it offline if their cache is warm.
-
- 08 Dec, 2017 1 commit
-
-
Greg Spencer authored
In order to allow offline usage of the create command we need to be able to tell pub not to try and contact the server to see if new versions are available. Since all the versions that create could want are pinned, it shouldn't need to check for new versions.
-
- 07 Dec, 2017 2 commits
-
-
Kevin Moore authored
This reverts commit 9315a79b. There is an unfortunate interaction with verifyThenRunCommand
-
Kevin Moore authored
-
- 06 Dec, 2017 1 commit
-
-
Kevin Moore authored
Adds a class `PubContext` with a fixed set of allowed values Make it clear these values should not be changed casually Fixed one inconsistency already: update_packages vs update_pkgs Provide more information for verify calls Eliminate `ctx_` prefix.
-
- 02 Dec, 2017 1 commit
-
-
Kevin Moore authored
* Provide more information in PUB_ENVIRONMENT for `pub get/upgrade` Should help diagnose and fix https://github.com/dart-lang/pub-dartlang-dart/issues/636
-
- 01 Dec, 2017 1 commit
-
-
Phil Quitslund authored
A more future-proof approach to accessing internal package name lint rule description details. See: https://github.com/dart-lang/linter/issues/654
-
- 30 Nov, 2017 1 commit
-
-
Alexander Aprelev authored
-
- 03 Nov, 2017 1 commit
-
-
xster authored
* Leave a version tag when creating project * Generalize .version to .metadata
-
- 26 Oct, 2017 2 commits
-
-
Yegor authored
-
- 25 Oct, 2017 1 commit
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Oct, 2017 1 commit
-
-
stevemessick authored
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 11 Sep, 2017 1 commit
-
-
gspencergoog authored
Removed the legacy --plugin option from flutter create. Fixes #11815.
-
- 23 Aug, 2017 3 commits
-
-
Michael Thomsen authored
-
Jakob Andersen authored
Allows the user to specify the kind of project to create. The default is 'app'. Other choices are 'plugin' (the old '--plugin' behavior), and 'package'. A Flutter 'package' is a Dart package that depends on Flutter, but does not contain native code. Fixes #10377.
-
Mikkel Nygaard Ravn authored
-
- 22 Aug, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 8d07d3f6.
-
Mikkel Nygaard Ravn authored
-
- 26 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 09 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 05 Jun, 2017 1 commit
-
-
Todd Volkert authored
Fixes #10077
-
- 24 May, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 19 May, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 08 May, 2017 1 commit
-
-
Michael Goderbauer authored
* Enforce valid package names on flutter create Fixes #9564 * refactor * fix other tests
-
- 05 May, 2017 2 commits
-
-
Michael Goderbauer authored
* Don't crash on `flutter create .` Fixes #9828 * review comments
-
Jakob Andersen authored
Eagerly generate local.properties, and always update the flutter.sdk setting in it, in case FLUTTER_ROOT has changed. Fixes #8365. Fixes #9716 - at least the specific issue reported. My Android Studio still complains about Gradle versions - it ships with v3.2, but requires v3.3... Add a 'generate dependencies' task to the Gradle build, which checks if the snapshot dependencies file exists, and runs an extra build before the actual FlutterTask if it doesn't. This makes the first build slower, but sub-sequent builds (without source changes) much faster. Fixes #9717.
-
- 04 May, 2017 1 commit
-
-
xster authored
* Remove all initial cocoapod traces from flutter create except Podfile * Make updateXcodeGeneratedProperties parameters named * review notes
-
- 16 Apr, 2017 1 commit
-
-
Brian Slesinsky authored
When invoked from the command line, relative paths aren't typically used, but they are when invoked from within IDEA and prevents IDEA from reading the files. Also, remove flutterPackagesDirectory since it's not used
-
- 14 Apr, 2017 1 commit
-
-
Brian Slesinsky authored
Generates an android.iml file and a package-level library for flutter.jar. Does not set up an Android SDK in IDEA; this isn't possible with a template-based approach. But IDEA shows a clear warning, so the user can fix this by setting the SDK. (When creating a Flutter project from within IDEA, we can fix this up afterwards in the plugin.)
-