flutter/dev
Martin Kustermann c7c493ea5d
Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)
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)
2018-08-15 15:22:05 +02:00
..
automated_tests Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
benchmarks Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
bots Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
ci Fix a bug in docker_push.sh, and indent in .cirrus.yml (#20308) 2018-08-08 09:54:56 -07:00
devicelab Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
docs Fix broken link (#16965) 2018-04-26 16:06:04 -07:00
integration_tests Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
manual_tests Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
missing_dependency_tests Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
tools Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) 2018-08-15 15:22:05 +02:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.