flutter/dev
Greg Spencer d6938c56d9
Adds canRequestFocus toggle to FocusNode (#38704)
* Add an 'unfocusable' focus node to allow developers to indicate when they don't want a Focus widget to be active

* more unfocusable changes. not working.

* Switch to focusable attribute

* Rename to canRequestFocus

* Turn off debug output

* Update docs

* Removed unused import
2019-08-16 15:27:49 -07:00
..
automated_tests Tests for flutter test [some_directory] (#36866) 2019-08-13 14:57:43 -07:00
benchmarks Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
bots Update with more review feedback from jonahwilliams 2019-08-15 16:47: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 Fix Catalina hot reload test by specifying the platform is iOS. (#38708) 2019-08-16 12:30:30 -07:00
docs Add anchors to samples (#35906) 2019-07-10 16:48:20 -07:00
integration_tests Fix up iOS Add to App tests (#38603) 2019-08-14 23:01:17 -07:00
manual_tests Adds canRequestFocus toggle to FocusNode (#38704) 2019-08-16 15:27:49 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
tools Update dependencies (#37971) 2019-08-10 12:38:20 -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.