- 11 May, 2018 2 commits
-
-
Sam Rawlins authored
-
Konstantin Scheglov authored
-
- 10 May, 2018 1 commit
-
-
Devon Carew authored
* no longer use the analyzer version shipped in the sdk * update all package versions to the latest
-
- 27 Apr, 2018 1 commit
-
-
Hans Muller authored
-
- 26 Apr, 2018 1 commit
-
-
Hans Muller authored
* Revert "New Flutter Gallery UI (#16936)" This reverts commit 7038597b.
-
- 25 Apr, 2018 1 commit
-
-
Hans Muller authored
A new front-end for the Flutter Gallery example.
-
- 10 Apr, 2018 1 commit
-
-
Todd Volkert authored
-
- 09 Apr, 2018 1 commit
-
-
Jacob Richman authored
Switch to the new Matrix4.tryInvert method to avoid throwing and catching (#15771) exceptions while performing hit testing.
-
- 04 Apr, 2018 1 commit
-
-
Jonah Williams authored
* re-enable verify-only failing test for out of sync deps and update deps to latest version
-
- 03 Apr, 2018 1 commit
-
-
Anatoly Pulyaevskiy authored
-
- 24 Mar, 2018 1 commit
-
-
Jonah Williams authored
* android templates should add density and screenLayout to config changes * update the rest of the manifests
-
- 23 Mar, 2018 1 commit
-
-
Andrew Davies authored
Adds a package that will support connecting to and debugging devices with multiple instances of the Dart VM, and operate on multiple Isolates and Flutter Views. Currently supports connecting to all existing Dart VMs and extracting information about all Flutter Views running across each VM.
-
- 22 Mar, 2018 1 commit
-
-
Jonah Williams authored
* use HttpOverrides and dart:io HttpClient in flutter * add missing package:http dependency * update flutter packages and remove comment about createHttpClient from flutter_test * move byte loading logic to common class, move string parsing logic to base class * addAll doesn't work for a Uint8List * use bytes.setRange * undo addition to hello_world * add newline to end of binding.dart * and a newline for hello world * refactor to function and add tests * address comments on unknown length case * alignment * sort alaphabetically * rename convertResponse to consolidateClientHttpClientResponseBytes. Add header * fix alignment in test
-
- 21 Mar, 2018 1 commit
-
-
Jonah Williams authored
* traverse dependencies and dev dependencies separately * separate dev and reg deps * update pubspecs * add checksum string and update transitive dep string. Add additional verify command to check checksum * cleanup comments * add missing space, quote, run verify-onlu from bot script * rerun tool with fixed string * ensure correct working directory and bump versions * flutter not flutterRoot
-
- 13 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
This fixes https://github.com/flutter/flutter/issues/15458.
-
- 12 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. Changes since last roll: ``` b6df7a637 Roll dart to 290c576264faa096a0b3206c71b2435309d9f904. (#4771) a6764dbd5 Add sources for Fuchsia target. (#4763) 2d5900615 [fuchsia] Remove unused header file. (#4769) 9717063b7 Revert "Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)" (#4768) 9a9814312 Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767) e74e8b35c [async] Update includes of async headers to new path (#4760) e2c4b2760 Use Dart 2 camel case constants in the engine Dart libraries (#4766) 9c1e48434 Updates for Fuchsia roll. (#4765) 14c940e27 Switch from fxl::Mutex to std::mutex (#4764) debf82c0b Roll Garnet (#4759) 5bffdefbb Use weak pointers to the accesibility bridge from objects vended to the UIKit accessibility framework. (#4761) ```
-
- 09 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Update dependencies with forced upgrade. Now that https://github.com/flutter/flutter/issues/15261 is fixed, do the update with upgrade. * Update test package use following upgrade * Replace addOption(allowMultiple) with addMultiOption
-
- 08 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
This is needed to fix 'flutter test --preview-dart-2 test/all.dart' in dev/devicelab
-
- 23 Feb, 2018 1 commit
-
-
Jason Simmons authored
30+4 has made some changes to the remoting protocol that are incompatbile with a test harness running 30+3 (e.g. adding a type='initial' field to the first message)
-
- 14 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use engine-built dart sdk * Download dart-sdk from engine * Move up deps to fix dart sdk constraint problem * Update update_dart_sdk.ps1 for Windows * Fix tests so they pass analysis * More types for tests * Roll engine * Update dart sdk stamp location in flutter.bat * Add newline
-
- 09 Feb, 2018 1 commit
-
-
Vyacheslav Egorov authored
We need to pull in Dart 2 compliant mockito Fixes #14532
-
- 07 Feb, 2018 1 commit
-
-
Greg Spencer authored
There were some problems I introduced with the last PR for this. It passed the test, but failed in practice. This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test. I added package:platform as a dependency, so I did a force upgrade on the packages. Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Jan, 2018 1 commit
-
-
Vyacheslav Egorov authored
* Unpin package:test and upgrade packages * Update packages/flutter/test/foundation/stack_trace_test.dart * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
-
- 19 Jan, 2018 1 commit
-
-
Sam Rawlins authored
-
- 13 Jan, 2018 1 commit
-
-
Sam Rawlins authored
-
- 12 Jan, 2018 1 commit
-
-
Sam Rawlins authored
-
- 11 Jan, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Jan, 2018 4 commits
-
-
Leaf Petersen authored
Rolling the Dart SDK to 2.0, with associated package updates. https://groups.google.com/forum/#!topic/flutter-dev/E22RdKAYjs8
-
Michael Goderbauer authored
* Revert "Reverting package changes until I can figure out how to fix Windows. (#14007)" This reverts commit 6fda8ee8. * Make prepare_package run on Windows
-
Greg Spencer authored
* Revert "Fixed output validation. (#14005)" This reverts commit d84398db. * Revert "Update package prep script to do async process execution and emit output as it happens. (#13918)" This reverts commit b7169c1d.
-
Greg Spencer authored
- Switches to async process execution, which now shows output as it happens instead of in chunks when the process completes - Now uses ProcessManager so that it may be mocked for the test. - Adds in the download and install of mingit on Windows. - Updated package dependencies because of added dependency on process package.
-
- 09 Jan, 2018 1 commit
-
-
Ian Hickson authored
-
- 08 Jan, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 06 Jan, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
- 04 Jan, 2018 3 commits
-
-
Greg Spencer authored
This simply updates the package dependencies by running flutter update-packages --force-upgrade. I'm doing this with no other changes, because the last time I tried that, redness occurred. I want to isolate the problem to a "clean" update of the packages. It looks like the plugins device_info, connectivity, and url_launcher haven't yet had their gradle configurations updated, so they fail when trying to build with the new gradle. I did not upgrade for those three packages only (in flutter_gallery) until we are ready to fix them (fixing them for master will break them for alpha users, so we need to do an alpha roll to do that).
-
Mikkel Nygaard Ravn authored
This reverts commit 36e3b103 to make the build green.
-
Mikkel Nygaard Ravn authored
-
- 03 Jan, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
This reverts commit 25b1d43a.
-