- 01 Oct, 2018 1 commit
-
-
Yegor authored
-
- 31 Aug, 2018 1 commit
-
-
- 20 Aug, 2018 1 commit
-
-
Amir Hardon authored
-
- 15 Aug, 2018 4 commits
-
-
Martin Kustermann authored
* Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" This is a re-land with downgraded `package:flutter_gallery_assets` version. * Downgrade package:flutter_gallery_assets to 0.1.4 * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix) * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
-
Martin Kustermann authored
Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
-
Martin Kustermann authored
This CL * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev) * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine) * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 08 Aug, 2018 1 commit
-
-
Amir Hardon authored
-
- 26 Jul, 2018 1 commit
-
-
Leaf Petersen authored
Pull in new versions of packages with fixes for SCREAMING CAPS CONSTANTS.
-
- 25 Jul, 2018 1 commit
-
-
Greg Spencer authored
Our Cirrus Windows tests were not really working: they reported success even when failing. This should fix several problems with the Cirrus Windows tests.
-
- 24 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
-
- 23 Jul, 2018 1 commit
-
-
Ian Hickson authored
* Fix the checksum verification to be more sensitive * update packages
-
- 14 Jul, 2018 1 commit
-
-
Greg Spencer authored
This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion. Because it adds a dependency, I also had to do flutter update-packages --force-upgrade. Fixes #18988.
-
- 12 Jul, 2018 3 commits
-
-
Alexander Aprelev authored
Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295)" (#19322) This reverts commit cc122f16.
-
Alexander Aprelev authored
Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295) This reverts commit 700cb767 as it breaks Windows tests.
-
Alexander Aprelev authored
* Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) (#19044)" (#19276)" This reverts commit cf932490 as it also includes fix for type error that broke tests. * Add type cast for dart2 type checks. * Move up to latest goldens * Make inDirectory() type-parameterized. * Add typecasting to transitions_perf_test.dart and microbenchmarks. * Add boolean flag initialization in save_catalog_screenshots.dart * Add type conversion to gallery transition test
-
- 11 Jul, 2018 2 commits
-
-
Alexander Aprelev authored
Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) (#19044)" (#19276) This reverts commit f4a038da as it breaks microbenchmark tests.
-
Alexander Aprelev authored
* Roll engine to rolled dart Add connectionTimeout property to class that extends HttpOverrides. Upgrade packages. Add more type fixes. Update goldens hash. Add more type fixes. Upgrade packages. Fix tests. Remove strong-mode from analysis options yaml file. Increase dev/devicelab timeout from 2 to 10 seconds. Added getVM to waitForViews. Fix type errors in compileExpression. * Pick up engine revision with fix for microbenchmarks regression. Increase default timeout from 20/30 to 60s.
-
- 10 Jul, 2018 1 commit
-
-
Ian Hickson authored
-
- 20 Jun, 2018 1 commit
-
-
Ian Hickson authored
The new matcher package deprecates isInstanceOf which seems eggregious.
-
- 19 Jun, 2018 1 commit
-
-
Greg Spencer authored
-
- 15 Jun, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Danny Tuppeny authored
This reverts commit e593dc70.
-
- 14 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
"flutter update-packages --force-upgrade"
-
- 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
-
- 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
-
- 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
-
- 15 Mar, 2018 1 commit
-
-
Vyacheslav Egorov authored
* Upgrade packages to pull in newest petitparser with Dart 2 fixes. * Don't allow Dart 2 failures. * Address new lints discovered by updated analyzer.
-
- 13 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
This fixes https://github.com/flutter/flutter/issues/15458.
-
- 12 Mar, 2018 1 commit
-
-
Siva authored
* Update the following packages - dart-petitparser to 1.7.5 - dart-xml to 3.0.3 - image to 1.1.30 These updates fix some of the strong mode errors we were encountering while running flutter tests.
-
- 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)
-