flutter/dev
Amir Hardon 4e108b6f90
Exclude non Android plugins from Gradle build (#40640)
Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.

This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.

This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
2019-09-18 16:42:20 -07:00
..
automated_tests ensure dart2js does not compile unsupported packages (#40368) 2019-09-12 15:25:21 -07:00
benchmarks Wait for first frame in driver tests (#40617) 2019-09-18 10:25:14 -07:00
bots Exclude non Android plugins from Gradle build (#40640) 2019-09-18 16:42:20 -07:00
ci Re-enable docs with new container (#34681) 2019-06-18 16:08:28 -07:00
customer_testing Reland "Integrate dwds into flutter tool for web support (#34252)" (#37649)" (#37650) 2019-08-05 16:51:57 -07:00
devicelab Exclude non Android plugins from Gradle build (#40640) 2019-09-18 16:42:20 -07:00
docs Adds DartPad option to the DartDoc snippet generator. (#39924) 2019-09-10 08:36:14 -07:00
integration_tests Reapply "Revert "Propagate textfield character limits to semantics (#40468)" (#40767) 2019-09-18 14:55:37 -07:00
manual_tests more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets add missing comma (#40555) 2019-09-16 11:47:40 -04:00
tools Update keyboard maps (#40697) 2019-09-17 13:24:54 -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.