flutter/dev
Emmanuel Garcia 8627ff433b
Allow multi-abi shared libraries in APKs and App bundles (#34123)
* Gradle generates ELF shared libraries instead of AOT snapshots.
* `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`.
* `flutter build apk` now has a flag called `--split-per-abi`.
2019-06-10 13:16:09 -07:00
..
automated_tests Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
benchmarks Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051) 2019-06-07 15:47:23 -07:00
bots Compatibility pass on flutter/scheduler tests for JavaScript compilation. (2) (#33350) 2019-06-10 10:17:53 -07:00
ci Add chrome stable to dockerfile and web shard (#33787) 2019-06-06 21:10:24 -07:00
devicelab Allow multi-abi shared libraries in APKs and App bundles (#34123) 2019-06-10 13:16:09 -07:00
docs Updating dart.dev related links (#32641) 2019-05-14 10:35:00 -07:00
integration_tests Codegen an entrypoint for flutter web applications (#33956) 2019-06-06 21:05:55 -07:00
manual_tests Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051) 2019-06-07 15:47:23 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
tools Game controller button support (#33868) 2019-06-05 16:23:17 -07: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.