1. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  2. 21 Feb, 2019 1 commit
  3. 04 Feb, 2019 1 commit
  4. 24 Jan, 2019 1 commit
  5. 11 Jan, 2019 1 commit
    • Chris Bracken's avatar
      Avoid use of ParagraphConstrains const ctor (#26392) · 88b77a7d
      Chris Bracken authored
      Usages of ParagraphConstraints (from dart:ui) whose constructor could be
      const as of flutter/engine#7346 are currently marked //
      ignore:prefer_const_constructors in the framework until all
      Google-internal embedders have been updated to an engine version that
      includes the above change. These were initially updated in engine roll
      flutter/flutter#26252, but broke internal embedders.
      
      We should re-enable use of the const constructor in those cases once
      internal embedders are updated.
      
      See: https://github.com/flutter/flutter/issues/26390
      88b77a7d
  6. 09 Jan, 2019 1 commit
    • Ben Konyi's avatar
      Manual engine roll with fixes: (#26252) · 6412f35c
      Ben Konyi authored
      https://github.com/flutter/engine/compare/7112b72cc229...e5ec3cf3ea5c
      
      git log
      7112b72cc229e05d36716c3d7739885d3ffa72e6..e5ec3cf3ea5ce78c6c3116271601f60d30a799d4
      --no-merges --oneline
      e5ec3cf3e Dart SDK roll for 2019-01-08
      08c95d27a Roll src/third_party/skia 55ff5d3ba881..1337f5b85978 (10
      commits) (flutter/engine#7407)
      e385f5cbb Roll src/third_party/skia 26d173fee72b..55ff5d3ba881 (12
      commits) (flutter/engine#7406)
      0f8273b0c Dart SDK roll for 2019-01-07
      4036b260a Reset ParagraphBuilder after build() (flutter/engine#7401)
      4820cbec4 Dart SDK roll for 2019-01-07
      8eccb860d Add onStart hook to FlutterFragmentActivity
      (flutter/engine#6719)
      f2ea838b3 Roll src/third_party/skia b2fdcbf3033f..26d173fee72b (10
      commits) (flutter/engine#7400)
      5ca8aadaa Announce in/out of list (flutter/engine#6918)
      4487d392d Replace Java code with equivalent, more concise code.
      (flutter/engine#7398)
      395b7852d Roll src/third_party/skia 46ee3f7a8ff5..b2fdcbf3033f (11
      commits) (flutter/engine#7394)
      5965f9084 Make `ParagraphConstraints` have const constructor
      (flutter/engine#7346)
      e02dd416a Roll src/third_party/skia a47eb455360f..46ee3f7a8ff5 (2
      commits) (flutter/engine#7390)
      f0038b3cc Roll src/third_party/skia 3ac3a4053f86..a47eb455360f (2
      commits) (flutter/engine#7389)
      6412f35c
  7. 20 Dec, 2018 1 commit
    • Justin McCandless's avatar
      Right aligned backspace bug (#25229) · ca8ba58b
      Justin McCandless authored
      * Fix bug in calculation of downstream text distance when aligned: right
      
      * After having affinity explained to me, match getOffset and tests to
      expected behavior
      
      * Clean up test formatting and fix analyze errors
      
      * Improve test comments and reorganize a bit
      
      * Specify logical pixels
      ca8ba58b
  8. 19 Dec, 2018 1 commit
  9. 18 Dec, 2018 1 commit
  10. 26 Oct, 2018 1 commit
  11. 12 Sep, 2018 1 commit
  12. 24 Jul, 2018 1 commit
  13. 15 Jun, 2018 1 commit
  14. 09 Jun, 2018 1 commit
  15. 05 Jun, 2018 1 commit
  16. 26 Apr, 2018 1 commit
  17. 25 Apr, 2018 1 commit
  18. 10 Apr, 2018 1 commit
  19. 12 Mar, 2018 1 commit
  20. 19 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Fix niggling PaginatedDataTable bugs (#13556) · 78ff7707
      Ian Hickson authored
      Prevent header from thinking it can wrap and then overflowing.
      
      Fix default footer string which lost its colon (localized values are fine).
      
      Make the "rows per page" drop-down include at least one value even when the table lacks many items. (Previously it would assert if your table was too short.)
      
      Make the footer scrollable.
      
      Fix some todos and improve some debug output.
      
      Tests for much of the above.
      78ff7707
  21. 08 Dec, 2017 1 commit
  22. 07 Dec, 2017 1 commit
  23. 01 Dec, 2017 1 commit
  24. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  25. 31 Oct, 2017 1 commit
  26. 24 Oct, 2017 1 commit
  27. 23 Oct, 2017 1 commit
  28. 19 Oct, 2017 1 commit
    • Greg Spencer's avatar
      Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595) · 67cf7918
      Greg Spencer authored
      Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences.
      
      There were a number of differences with the Material Design spec, including
      several different padding values and underline thickness.  This corrects
      that so that the decorator is in line with the Material Design spec now.
      
      Also, the decorator properly handles changes to the textScaleFactor, where
      before it would not re-layout when needed, painting the cursor and
      underline incorrectly.
      
      The decorator also now properly animates helper, error, and hint text when
      the textScaleFactor or input decoration properties change.
      
      Helper text is now properly displayed in dense mode, as the spec shows.
      Before this change, it was never displayed in dense mode.
      
      Fixes #12485
      67cf7918
  29. 21 Sep, 2017 1 commit
  30. 07 Sep, 2017 1 commit
  31. 13 Jun, 2017 1 commit
  32. 09 Jun, 2017 1 commit
  33. 05 Jun, 2017 1 commit
  34. 15 May, 2017 1 commit
  35. 05 May, 2017 1 commit
  36. 02 Apr, 2017 1 commit
  37. 21 Mar, 2017 1 commit
  38. 04 Mar, 2017 1 commit
  39. 18 Feb, 2017 1 commit
  40. 20 Jan, 2017 1 commit