1. 24 Sep, 2019 1 commit
  2. 05 Sep, 2019 1 commit
  3. 30 Aug, 2019 1 commit
  4. 29 Aug, 2019 2 commits
  5. 28 Aug, 2019 2 commits
  6. 20 Aug, 2019 1 commit
  7. 19 Jul, 2019 1 commit
  8. 07 Jun, 2019 2 commits
  9. 06 Jun, 2019 3 commits
  10. 05 Jun, 2019 1 commit
  11. 04 Jun, 2019 1 commit
    • Gary Qian's avatar
      Text inline widgets, TextSpan rework (#33794) · 86862c1e
      Gary Qian authored
      * Merge in changes for inline widgets
      
      * Make analyzer happy, fix tests
      
      * Fix analyzer
      
      * Add missing doc
      
      * Docs on RichText
      
      * Fix analyzer some more
      
      * Remove whitespace at end of line
      
      * Update goldens
      
      * Text fixes
      
      * Analyzer
      86862c1e
  12. 25 May, 2019 1 commit
  13. 03 May, 2019 1 commit
  14. 02 May, 2019 2 commits
  15. 25 Apr, 2019 1 commit
  16. 17 Apr, 2019 1 commit
  17. 16 Apr, 2019 2 commits
  18. 10 Apr, 2019 1 commit
    • Justin McCandless's avatar
      Fix cursor outside of input width (#30525) · ed91a3be
      Justin McCandless authored
      * Disallow cursor from appearing beyond the width of the input.
      
      * Test that verifies the cursor can't exceed the width of the input
      
      * Use constant from editable.dart to explain 1 pixel difference in test
      
      * Fix failing test that tested the case of overflowing spaces
      ed91a3be
  19. 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
  20. 21 Feb, 2019 1 commit
  21. 04 Feb, 2019 1 commit
  22. 24 Jan, 2019 1 commit
  23. 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
  24. 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
  25. 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
  26. 19 Dec, 2018 1 commit
  27. 18 Dec, 2018 1 commit
  28. 26 Oct, 2018 1 commit
  29. 12 Sep, 2018 1 commit
  30. 24 Jul, 2018 1 commit
  31. 15 Jun, 2018 1 commit
  32. 09 Jun, 2018 1 commit
  33. 05 Jun, 2018 1 commit