1. 22 Nov, 2019 1 commit
    • Alexandre Ardhuin's avatar
      make some BuildContext methods generics (#44189) · fcb40a05
      Alexandre Ardhuin authored
      * make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
      
      * make BuildContext.inheritFromWidgetOfExactType generic
      
      * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
      
      * make BuildContext.ancestorWidgetOfExactType generic
      
      * fix snippet
      
      * bump scoped_model on temp version
      
      * update names
      
      * Revert "bump scoped_model on temp version"
      
      This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
      
      * address review comments
      
      * fix ci
      
      * address review comments
      
      * repeat the deprecation notice
      
      * fix uppercase
      
      * use of recommanded deprecation syntax
      
      * address review comment
      fcb40a05
  2. 17 Sep, 2019 1 commit
  3. 05 Sep, 2019 1 commit
  4. 21 Aug, 2019 1 commit
  5. 01 Aug, 2019 1 commit
  6. 22 Jul, 2019 1 commit
  7. 07 Jun, 2019 2 commits
  8. 06 Jun, 2019 1 commit
  9. 05 Jun, 2019 1 commit
  10. 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
  11. 03 May, 2019 1 commit
  12. 02 May, 2019 2 commits
  13. 10 Apr, 2019 1 commit
  14. 22 Mar, 2019 1 commit
  15. 01 Mar, 2019 2 commits
  16. 04 Feb, 2019 1 commit
  17. 29 Jan, 2019 1 commit
  18. 07 Jan, 2019 1 commit
  19. 08 Nov, 2018 1 commit
  20. 05 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Rewrite the analyze-sample-code script to also analyze snippets (#23893) · 202b045b
      Greg Spencer authored
      This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well.
      
      It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions.
      
      I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error.
      
      For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
      202b045b
  21. 12 Sep, 2018 1 commit
  22. 07 Sep, 2018 2 commits
  23. 04 Sep, 2018 1 commit
  24. 20 Aug, 2018 1 commit
    • Ian Hickson's avatar
      `flutter analyze` cleanup (#20490) · ad1eaff4
      Ian Hickson authored
      * `flutter analyze` cleanup
      
      * Make `--dartdocs` work in all modes.
      * Make `analyze-sample-code.dart` more resilient.
      * Add a test for `analyze-sample-code.dart`.
      * Minor cleanup in related code and files.
      
      * Apply review comments
      
      * Fix tests
      ad1eaff4
  25. 18 Jul, 2018 1 commit
  26. 22 Jun, 2018 1 commit
  27. 16 Jun, 2018 1 commit
  28. 09 Jun, 2018 1 commit
  29. 05 Jun, 2018 1 commit
  30. 10 May, 2018 1 commit
  31. 20 Mar, 2018 1 commit
  32. 09 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Add Text.rich constructor to Text widget (#15317) · 7d1ceb40
      Jonah Williams authored
      * add fromSpan constructor to Text widget and simple smoke test:
      
      * change fromSpan to rich, clean up comments
      
      * 'directly from' to 'with'
      
      * make sure text styles are applied to either data or textspan. add diagnostic properties for span
      
      * add expectation for text style to test case
      
      * some work on diagnostics and docs
      7d1ceb40
  33. 02 Feb, 2018 1 commit
  34. 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
  35. 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
  36. 01 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Text Painting Fuzzer (#12813) · 8fd20b5d
      Ian Hickson authored
      Various improvements (in particular a new painting fuzzer) to the text manual test.
      
      Some additional documentation.
      
      A fix to Stack to remove an LTR bias: make unpositioned children apply "alignment".
      
      Some more debugging information on RichText and Text.
      
      A fix to the flutter tool to not crash when an RPC call throws an exception.
      8fd20b5d