1. 02 Mar, 2021 1 commit
  2. 09 Nov, 2020 1 commit
  3. 07 Nov, 2020 2 commits
  4. 07 Oct, 2020 1 commit
  5. 16 Mar, 2020 1 commit
  6. 31 Jan, 2020 1 commit
  7. 28 Jan, 2020 1 commit
  8. 25 Jan, 2020 1 commit
  9. 24 Jan, 2020 1 commit
  10. 03 Dec, 2019 1 commit
  11. 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
  12. 01 Oct, 2018 1 commit
  13. 28 Sep, 2018 1 commit
  14. 12 Sep, 2018 1 commit
  15. 10 Jun, 2018 1 commit
  16. 09 Jun, 2018 1 commit
  17. 25 Jan, 2018 1 commit
  18. 19 Jan, 2018 1 commit
  19. 15 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding to Gallery Material Design demos (#13593) · d8bfb3a9
      Chris Bracken authored
      Applies media padding (e.g. iPhone X safe area insets) to the Material Design demos in the Gallery.
      
      Covers the following demos:
      * Buttons (via the TabbedComponentDemoScaffold change)
      * Cards
      * Expansion panels
      * Grid list
      * Icons
      * Images (via the TabbedComponentDemoScaffold change)
      * Page Selector
      * Progress Indicator
      * Scrollable tabs
      * Selection controls (via the TabbedComponentDemoScaffold change)
      * Snack bar
      * Tabs
      * Text fields
      * Tooltips
      
      Fixes #13594
      d8bfb3a9
  20. 02 Oct, 2017 1 commit
  21. 26 Sep, 2017 1 commit
  22. 27 Apr, 2017 1 commit
    • Adam Barth's avatar
      Add NestedScrollView (#9640) · 744c9126
      Adam Barth authored
      A NestedScrollView lets you implement patterns where you have a header, tabs,
      and additional scrollers inside the tabs.
      
      Fixes #8359
      744c9126
  23. 21 Apr, 2017 1 commit
  24. 07 Apr, 2017 1 commit
  25. 17 Mar, 2017 1 commit
  26. 02 Mar, 2017 1 commit
    • xster's avatar
      Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) · a76c352d
      xster authored
      * Add cupertino to gallery and add CupertinoButto
      
      * Use single quotes
      
      * Add disabled state
      
      * Some review notes
      
      * Make button animation more responsive and tweak timing
      
      * Renamed things Cupertino
      
      * Button with background, move cupertino demos, move material demos
      
      * Move 2 level list too
      
      * Refactor various demo route names
      
      * Some review notes
      
      * More reviews and add test
      
      * Linter as
      
      * Move private constant up
      a76c352d
  27. 04 Feb, 2017 1 commit
  28. 31 Jan, 2017 1 commit
  29. 09 Jan, 2017 1 commit
  30. 30 Nov, 2016 1 commit
  31. 17 Aug, 2016 1 commit
  32. 16 Aug, 2016 1 commit
  33. 29 Jul, 2016 2 commits
  34. 28 Jul, 2016 1 commit
  35. 22 Jul, 2016 1 commit
  36. 20 Jun, 2016 1 commit
  37. 19 May, 2016 1 commit
    • Adam Barth's avatar
      Tabs and scrolling has odd card text (#4019) · 8283d05e
      Adam Barth authored
      Looks like our intent here was to show the tab label rather than
      "Instance of '_Page'".
      
      Also, fix an issue where the scrollableKey wasn't being forwarded to the
      actual scrollable.
      
      Fixes #3090
      8283d05e
  38. 09 May, 2016 1 commit