1. 03 Dec, 2019 1 commit
  2. 27 Nov, 2019 2 commits
    • 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
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  3. 20 Nov, 2019 2 commits
  4. 09 Nov, 2019 1 commit
  5. 18 Sep, 2019 1 commit
  6. 17 Sep, 2019 1 commit
  7. 10 Sep, 2019 1 commit
  8. 20 Aug, 2019 1 commit
    • Darren Austin's avatar
      Replace ButtonBar.bar method with ButtonBarTheme (#37544) · 9dce19e9
      Darren Austin authored
      * Added new ButtonBarTheme to replace the deprecated ButtonTheme.bar method.
      
      * Responding to PR feedback.
      
      * [Material] Create material Banner component (#36880)
      
      This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview.
      
      (cherry picked from commit 35b6d668)
      
      Removed the use of ButtonTheme.bar in the Banner implementation.
      
      * Updated documentation from PR review comments.
      9dce19e9
  9. 12 Aug, 2019 1 commit
  10. 09 Aug, 2019 1 commit
  11. 02 Jul, 2019 1 commit
  12. 28 Jun, 2019 1 commit
  13. 25 Jun, 2019 1 commit
  14. 24 Jun, 2019 1 commit
  15. 06 Jun, 2019 1 commit
  16. 21 May, 2019 1 commit
  17. 20 May, 2019 1 commit
  18. 15 May, 2019 1 commit
  19. 02 May, 2019 1 commit
  20. 24 Apr, 2019 2 commits
    • rami-a's avatar
      Update SnackBar to allow for support of the new style from Material spec (#31275) · d4e4726a
      rami-a authored
      This PR introduces a number of changes and improvements to snack bars. This includes the ability to specify:
      
      floating style of snack bars that adhere to the updated Material spec
      elevation and shape on the SnackBar itself instead of relying on fixed values
      a snackBarTheme as part of ThemeData which allows you to customize all of the above on an app-wide level.
      This PR is includes the changes from #21484 as well as additional fixes and modifications. Thanks to @NikoYuwono for providing these changes and getting this off the ground!
      d4e4726a
    • Anthony's avatar
      [Material] Adaptive Slider constructor (#30572) · 0572f158
      Anthony authored
      Adds an adaptive constructor for the Material Slider. An adaptive widget is one that renders itself as Material on Android, and Cupertino on iOS. This work is based off of a similar feature on Switches: bbb080b3#diff-fe2bb980c6207699cbf45538fe927afa.
      
      The motivation for this change is that we should provide adaptive constructors for as many widgets as necessary in the Material library. In Material, it is suggested that the slider is an iOS-style slider.
      0572f158
  21. 05 Apr, 2019 1 commit
  22. 22 Mar, 2019 1 commit
  23. 09 Mar, 2019 1 commit
  24. 07 Mar, 2019 1 commit
  25. 06 Mar, 2019 1 commit
  26. 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
  27. 22 Feb, 2019 2 commits
  28. 12 Feb, 2019 1 commit
  29. 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
  30. 01 Feb, 2019 1 commit
  31. 18 Jan, 2019 1 commit
  32. 09 Jan, 2019 1 commit
  33. 08 Jan, 2019 2 commits
  34. 07 Jan, 2019 1 commit
  35. 04 Jan, 2019 1 commit