- 16 May, 2016 2 commits
-
-
Devon Carew authored
* allow per-command analytics suppression * rev the usage package dep
-
Devon Carew authored
* send debug events for flutter lifecycle events * remove the route event
-
- 15 May, 2016 1 commit
-
-
Michael McLennan authored
* Added performance instrumentation for compositing addToScene() calls. * Switched to non-callback versions of the Timeline API. * Fixed Dart formatting nit.
-
- 14 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 13 May, 2016 11 commits
-
-
Devon Carew authored
* handle an exit code from android n * review comments
-
Yegor authored
-
Phil Quitslund authored
Re-enable `one_member_abstracts` lint (#3608).
-
pq authored
-
pq authored
-
Devon Carew authored
* updates from the flutter gallery rename * rename ids to io.flutter.gallery
-
Seth Ladd authored
* add a webmaster tools verification file * also put the verification file at the root of our bucket * add comment for when we can simplify this script
-
Matt Perry authored
- Handles appear with tap or long press. - Toolbar appears with long press on text, or tap on handle. - Correct toolbar items shown depending on context.
-
Hans Muller authored
-
Seth Ladd authored
* shrink analytics message to < 80 chars * catch line ending
-
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
-
- 12 May, 2016 12 commits
-
-
Hans Muller authored
-
Jason Simmons authored
-
Eric Seidel authored
Fix Flutter Gallery to use title case
-
Eric Seidel authored
@HansMuller
-
Matt Perry authored
-
Phil Quitslund authored
Turn on `avoid_return_types_on_setters` and cleanup annotated setters.
-
Hans Muller authored
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
pq authored
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.
-
Devon Carew authored
-
Adam Barth authored
The context and child arguments are required. We should assert that they're non-null. Fixes #3843
-
Chinmay Garde authored
-
- 11 May, 2016 13 commits
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
Devon Carew authored
* be more lenient when looking for matching android sdk components * use a null aware operator
-
Hans Muller authored
-
Chinmay Garde authored
-
Hans Muller authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Devon Carew authored
-
Jason Simmons authored
-
Phil Quitslund authored
Bump Dart SDK to 1.17.0-dev.3.0.
-
pq authored
Keeping up with the Joneses!
-
Collin Jackson authored
Fix crash installing onto certain Android devices
-
Collin Jackson authored
-