- 02 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 20 Jul, 2018 2 commits
-
-
Leaf Petersen authored
* Remove uses of deprecated constants * Change int.parse to int.tryParse where appropriate
-
Sigurd Meldgaard authored
With a fix of a path being printed relative instead of absolute.
-
- 16 Jul, 2018 2 commits
-
-
Sigurd Meldgaard authored
This reverts commit 57d78cc7.
-
Sigurd Meldgaard authored
-
- 28 Jun, 2018 3 commits
-
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
Sigurd Meldgaard authored
This reverts commit 8be198d8 that broke the build.
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
- 22 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 13 Jun, 2018 1 commit
-
-
Michael Thomsen authored
* Fix readme link to plugin edit instructions * Fix flutter tools link
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 30 May, 2018 2 commits
-
-
Ralph Bergmann authored
Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file. The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file. If the `version` property is not set and the `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
-
Mikkel Nygaard Ravn authored
-
- 04 May, 2018 2 commits
-
-
Todd Volkert authored
The new values are not ready for use yet inside Google
-
Yegor authored
* Roll engine to e976be13c51448f89107d082ec81e2b6731671fa * move away from deprecated constants
-
- 09 Mar, 2018 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/12445
-
- 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.
-