1. 01 Feb, 2020 1 commit
  2. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  3. 09 Nov, 2019 1 commit
  4. 01 Nov, 2019 1 commit
  5. 10 Aug, 2019 1 commit
  6. 09 Jul, 2019 1 commit
  7. 01 Jul, 2019 1 commit
  8. 13 Jun, 2019 1 commit
  9. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  10. 02 Jan, 2019 1 commit
  11. 25 Sep, 2018 3 commits
  12. 12 Sep, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 27 Jul, 2018 1 commit
  15. 23 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 09 Feb, 2018 1 commit
    • Alexander Aprelev's avatar
      Roll engine with rolled dart (#14538) · 0f3aa500
      Alexander Aprelev authored
      * Roll engine to pre-dart roll
      
      * Roll engine to pick up updated dart
      
      * Apply Map changes
      
      * Move to dev.22
      
      * Fix some analysis issues
      
      * Silent analyzer
      
      * More consts
      
      * More const massaging
      
      * Yet more const massaging
      
      * Yet more const massaging
      
      * Use nonconst()
      0f3aa500
  18. 20 Jan, 2018 1 commit
    • Ian Hickson's avatar
      [H] Move the splitting of licenses to an isolate (#14160) · a29d723c
      Ian Hickson authored
      * Move the splitting of licenses to an isolate
      
      This improves (from horrific to terrible) the performance of the
      license screen. It also introduces a feature in the foundation layer
      to make using isolates for one-off computations easier.
      
      The real problem that remains with this, though, is that transfering
      data between isolates is a stop-the-world operation and can take an
      absurd amount of time (far more than a few milliseconds), so we still
      skip frames.
      
      More work thus remains to be done.
      
      * - Add profile instrumentation to the isolate compute() method
      - Add profile instrumentation to the LicensePage
      - Add profile instrumentation to the scheduleTask method
      - Make scheduleTask support returning a value
      - Make the license page builder logic use scheduled tasks so that it doesn't blow the frame budget
      a29d723c
  19. 11 Jan, 2018 1 commit
  20. 15 Sep, 2017 1 commit
  21. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  22. 27 Apr, 2017 1 commit
  23. 23 Apr, 2017 1 commit
  24. 21 Apr, 2017 1 commit
  25. 07 Apr, 2017 1 commit
  26. 29 Mar, 2017 1 commit
  27. 24 Mar, 2017 1 commit
  28. 13 Mar, 2017 1 commit
  29. 04 Mar, 2017 1 commit
  30. 09 Feb, 2017 1 commit
  31. 04 Feb, 2017 1 commit
  32. 25 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add a sliver-based ScrollView (#7627) · eba5fb1a
      Adam Barth authored
      This patch introduces ScrollView, which is a convenience widget for using a
      SliverBlock. This patch also switches a number of tests from Block to
      ScrollView. Once we support more features of block (e.g., padding and
      shrinkwrapping), we'll be able to move over more clients.
      eba5fb1a
  33. 21 Jan, 2017 1 commit
  34. 12 Jan, 2017 1 commit