1. 21 Dec, 2018 1 commit
  2. 18 Dec, 2018 1 commit
  3. 11 Dec, 2018 1 commit
  4. 27 Nov, 2018 1 commit
  5. 14 Nov, 2018 1 commit
  6. 08 Nov, 2018 2 commits
  7. 29 Oct, 2018 1 commit
  8. 27 Oct, 2018 1 commit
  9. 25 Oct, 2018 1 commit
  10. 17 Oct, 2018 1 commit
  11. 27 Sep, 2018 1 commit
  12. 14 Sep, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 07 Sep, 2018 3 commits
  15. 04 Sep, 2018 1 commit
  16. 28 Aug, 2018 1 commit
  17. 17 Aug, 2018 1 commit
  18. 10 Aug, 2018 1 commit
  19. 20 Jul, 2018 1 commit
  20. 21 Jun, 2018 1 commit
  21. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  22. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      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.
      6c56bb24
  23. 05 Jun, 2018 1 commit
  24. 30 May, 2018 2 commits
  25. 03 May, 2018 1 commit
  26. 20 Apr, 2018 1 commit
  27. 22 Mar, 2018 1 commit
  28. 20 Mar, 2018 1 commit
  29. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  30. 05 Mar, 2018 1 commit
  31. 15 Feb, 2018 1 commit
  32. 09 Feb, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Change GlobalObjectKey.toString to strip away State<StatefulWidget>. (#14558) · d20125c3
      Vyacheslav Egorov authored
      This allows const GlobalObjectKey(0) to be concisely formatted as
      [GlobalObjectKey int#0000] in both Dart 2 and Dart 1 modes.
      
      Without this change it would be formatted as
      [GlobalObjectKey<State<StatefulWidget>> int#0000] because in Dart 2
      types are instantiated to bounds.
      
      In addition to retaining general readability this also fixes few
      tests that rely on this short string representation (see
      test/widgets/global_keys_duplicated_test.dart).
      d20125c3
  33. 06 Feb, 2018 1 commit
  34. 02 Feb, 2018 2 commits
  35. 11 Jan, 2018 1 commit