- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 09 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Feb, 2018 2 commits
-
-
Todd Volkert authored
It was failing in the case of an AppContext being in scope but not having a `BotDetector` seeded in it.
-
jcollins-g authored
* Fix packages tests when run off bots * Tweak dependencies to make bots happy * Review comment
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Jan, 2018 1 commit
-
-
jcollins-g authored
* First version * Prevent modification of .flutter during analytics test * Pass in directory and override analyzer warning due to conditional import * Review comments
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 25 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_foreach * fix tests
-
- 20 Sep, 2017 1 commit
-
-
xster authored
* round 2 * deal with null futures * review * review * review * review
-
- 01 Aug, 2017 1 commit
-
-
Devon Carew authored
* perform the initial poll for devices quicker * add a Poller class * test the new Poller class
-
- 26 Jun, 2017 1 commit
-
-
Devon Carew authored
-
- 05 May, 2017 1 commit
-
-
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.
-
- 02 May, 2017 1 commit
-
-
Michael Goderbauer authored
* Populate PUB_ENVIRONMENT for initial pub get * review comments * change order
-
- 27 Apr, 2017 1 commit
-
-
xster authored
FlutterCommand.runCommand subclasses can optionally return a FlutterCommandResult which is used to append additional analytics. Fix flutter run timing report and add a bunch of dimensional data
-
- 11 Apr, 2017 1 commit
-
-
Devon Carew authored
-
- 29 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 23 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 20 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 13 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 10 Feb, 2017 1 commit
-
-
Devon Carew authored
-
- 08 Feb, 2017 1 commit
-
-
Devon Carew authored
* improve the logger ui a bit for elapsed times * invert param * update daemon.dart
-
- 27 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 10 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 28 Sep, 2016 1 commit
-
-
Devon Carew authored
* make app ids more unique * in-line the uuid class
-
- 10 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 20 Jul, 2016 1 commit
-
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 03 Jun, 2016 1 commit
-
-
Devon Carew authored
-
- 02 Jun, 2016 1 commit
-
-
Eric Seidel authored
-
- 29 May, 2016 1 commit
-
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
* dissallow -release mode on emulators * have the help text print the default mode
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-