1. 08 Apr, 2019 1 commit
  2. 05 Apr, 2019 2 commits
  3. 04 Apr, 2019 2 commits
  4. 22 Mar, 2019 1 commit
  5. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  6. 09 Mar, 2019 1 commit
  7. 07 Mar, 2019 1 commit
  8. 06 Mar, 2019 2 commits
  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. 24 Feb, 2019 2 commits
    • Will Larche's avatar
      3423c831
    • Will Larche's avatar
      [Gallery] Fortnightly demo moved from flutter/samples. (#28125) · 57a8b03c
      Will Larche authored
      * [Gallery] Fortnightly demo moved from flutter/samples.
      
      * [Gallery] Fortnightly analysis corrections.
      
      * [Gallery] Minor rename.
      
      * [Gallery] Making floats ints.
      
      * [Gallery] Fortnightly minor visual polish.
      
      * [Gallery] Formatting.
      
      * [Gallery] Upping package version for gallery to support fortnightly demo.
      
      * [Gallery] Fortnightly copy correction.
      
      * [Gallery] Fortnightly study polish.
      
      * [Gallery] Fortnightly polish.
      
      * [Gallery] Fortnightly copy correction.
      
      * [Gallery] Fortnightly copy now held in '''.
      
      * [Gallery] Fortnightly comment.
      
      * [Gallery] Updates necessary when flutter_gallery_assets updates.
      
      * [Gallery] Updating macrobenchmarks because we updated flutter_gallery_assets.
      
      * [Gallery] Moving spaces to beginning of copy lines.
      
      * [Gallery] Copy correction.
      
      * [Gallery] Adding tooltip to satisfy smoke test.
      
      * [Gallery] Minor pr feedback.
      
      * [Gallery] Forced upgrade.
      57a8b03c
  11. 22 Feb, 2019 2 commits
  12. 13 Feb, 2019 1 commit
  13. 12 Feb, 2019 1 commit
  14. 08 Feb, 2019 1 commit
    • Martin's avatar
      Create slider with editable numerical value in gallery (#23506) · 6d313239
      Martin authored
      * Update doc header in Opacity class to fix issue #23311
      
      * Added slider with editable numerical value to gallery. Fixes flutter#1542
      
      * Revert "Update doc header in Opacity class to fix issue #23311"
      
      This reverts commit 2d3642bbda6e00389e78631360f8274e9bb7d675.
      
      * Fix typo in slider description
      
      * Increase TextField size to pass accessibility test
      
      * Added Semantics widget to pass accessibility test
      
      * Made description start with caps to match other examples
      
      * Removed unnecessary spacing Container widget
      
      * Update authors file
      
      * Fix indent
      
      * Removed decimal and replaced boundaries with .clamp
      Signed-off-by: 's avatarMartin Staadecker <machstg@gmail.com>
      
      * Undo line wrap from previous commit
      Signed-off-by: 's avatarMartin Staadecker <machstg@gmail.com>
      
      * Update onSubmitted to only call setState when value has changed
      Signed-off-by: 's avatarMartin Staadecker <machstg@gmail.com>
      6d313239
  15. 01 Feb, 2019 3 commits
  16. 18 Jan, 2019 1 commit
  17. 09 Jan, 2019 1 commit
  18. 08 Jan, 2019 2 commits
  19. 07 Jan, 2019 1 commit
  20. 04 Jan, 2019 1 commit
  21. 22 Dec, 2018 1 commit
  22. 19 Dec, 2018 1 commit
  23. 18 Dec, 2018 1 commit
  24. 12 Dec, 2018 1 commit
  25. 10 Dec, 2018 1 commit
  26. 19 Nov, 2018 2 commits
  27. 07 Nov, 2018 1 commit
    • Michael Beckler's avatar
      BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264) · 9abce96e
      Michael Beckler authored
      Should fix #22226.
      
      Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.
      
      The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
      9abce96e
  28. 06 Nov, 2018 1 commit
  29. 02 Nov, 2018 3 commits