flutter/packages/flutter_tools/lib/src/base
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
..
build.dart Fix gradle dependency for gen_snapshot in AOT builds. (#18322) 2018-06-08 18:45:07 -07:00
common.dart Remove the diagnostic server from flutter_tools (#12771) 2017-10-30 15:53:04 -07:00
config.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
context.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
file_system.dart Use deprecated io constants (#17278) 2018-05-03 22:27:29 -07:00
fingerprint.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
flags.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
io.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
logger.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
net.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
os.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00
platform.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
port_scanner.dart Use deprecated io constants (#17278) 2018-05-03 22:27:29 -07:00
process_manager.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
process.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
terminal.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00
utils.dart Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) 2018-06-11 15:51:45 -07:00
version.dart IntelliJ and Flutter plugin version checks (#10454) 2017-06-02 15:23:36 -07:00