flutter/packages/flutter_tools/lib/src/dart
Greg Spencer 6c56bb2420
Update typedef syntax to use Function notation and turn on lint for old notation. (#18362)
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.

Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.

No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
2018-06-11 15:51:45 -07:00
..
analysis.dart It's time to #deleteDart1 (again) (#18316) 2018-06-08 15:49:24 -07:00
dependencies.dart Signal an error in the dependency checker if an import URI is invalid (#11557) 2017-08-09 10:08:11 -07:00
package_map.dart Scan assets from disk (#16413) 2018-05-20 17:52:33 -07:00
pub.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
sdk.dart some whitespace cleanup (#14443) 2018-02-02 23:27:29 +01:00