Skip to content
Snippets Groups Projects
  1. Jan 06, 2020
    • Nate Bosch's avatar
      Enforce and fix lints from package:pedantic (#2291) · ceaa86f2
      Nate Bosch authored
      - always_declare_return_types
      - annotate_overrides
      - curly_braces_in_flow_control_structures
      - prefer_for_elements_to_map_fromiterable
      - prefer_if_null_operators
      - prefer_single_quotes
      - prefer_spread_collections
      - unawaited_futures
      - use_function_type_syntax_for_parameters
      
      Rename a method starting with `get` to use a more accurately descriptive
      verb.
      
      Tighten the types on some methods highlighted by the
      `always_declare_return_types` lint by making them generic instead of
      returning `dynamic`.
      ceaa86f2
  2. Apr 11, 2019
  3. Feb 27, 2019
  4. Feb 01, 2019
  5. Aug 07, 2018
  6. Aug 06, 2018
  7. Jul 26, 2018
  8. Jul 19, 2017
  9. Aug 01, 2016
Loading