1. 06 Mar, 2020 1 commit
  2. 05 Mar, 2020 1 commit
  3. 28 Feb, 2020 1 commit
  4. 26 Feb, 2020 1 commit
  5. 25 Feb, 2020 1 commit
  6. 10 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Update samples to work with Dartpad, and convert all that make… (#50377) · 9fb781a5
      Greg Spencer authored
      This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site.
      
      It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally.
      
      I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level).
      
      I modified a few of the examples so that they looked nicer, and fit better on the page.
      
      I added the sample description text above each DartPad instance, since that often defines the context of the example.
      
      I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
      9fb781a5
  7. 16 Jan, 2020 1 commit
  8. 09 Jan, 2020 1 commit
  9. 08 Jan, 2020 1 commit
  10. 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
  11. 17 Sep, 2019 1 commit
  12. 23 Aug, 2019 1 commit
    • Greg Spencer's avatar
      Normalize assert checking of clipBehavior (#38568) · 365f577c
      Greg Spencer authored
      I noticed that we were pretty inconsistent with the way that we checked the value of clipBehavior in the framework, so I normalized the usages and updated docs where necessary.
      
      This is a breaking change if you used to pass null explicitly to FlatButton, OutlineButton or RaisedButton constructors, expecting to get Clip.none. It will now assert if you do that. Existing implementations that pass null implicitly by not specifying clipBehavior won't need to change their call sites. It always implicitly defaulted to Clip.none before, and it will continue to do that, it's only places where it was explicitly set to null in order to get the implicit default that it will fail.
      365f577c
  13. 15 Aug, 2019 2 commits
  14. 09 Aug, 2019 1 commit
  15. 05 Aug, 2019 1 commit
  16. 02 Aug, 2019 1 commit
  17. 14 Jun, 2019 1 commit
  18. 13 Jun, 2019 1 commit
  19. 15 May, 2019 1 commit
    • Greg Spencer's avatar
      Implements focus handling and hover for Material buttons. (#31438) · bb3c6605
      Greg Spencer authored
      This implements focus and hover handling for Material buttons. It inserts Focus widgets into the tree in order to allow buttons to be focusable via keyboard traversal (a.k.a. TAB traversal), and Listener widgets into the InkWell to allow the detection of hover states for widgets.
      
      Addresses #11344, #1608, and #13264.
      bb3c6605
  20. 03 Apr, 2019 1 commit
  21. 20 Mar, 2019 1 commit
    • Anthony's avatar
      [Material] Create a FloatingActionButton ThemeData and honor it within the... · bdf582fd
      Anthony authored
      [Material] Create a FloatingActionButton ThemeData and honor it within the FloatingActionButton (#28735)
      
      Adds a FloatingActionButtonThemeData so that FABs can be themed at the Theme level and independently. The properties that are now on the theme must be defaulted at the build level, in order to respect any contributing theme properties. Because of this, some tests had to be modified to look at properties after they are built. Also, since default behaviors are now tested in the FAB Theme test, some default tests in the FAB test no longer applied and were removed.
      
      The themable properties are:
      -backgroundColor
      -foregroundColor
      -elevation
      -disabledElevation
      -highlightElevation
      -shape
      bdf582fd
  22. 04 Mar, 2019 1 commit
  23. 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
  24. 22 Feb, 2019 1 commit
  25. 29 Jan, 2019 1 commit
  26. 15 Jan, 2019 1 commit
    • Ian Hickson's avatar
      Support setting the elevation of disabled floating action buttons (#24728) · 29928a46
      Ian Hickson authored
      Previously, a disabled floating action button always had zero
      elevation, which looks dumb.
      
      This also fixes the issue whereby highlightElevation was not honoured
      on floating action buttons.
      
      This also fixes an issue I found during testing whereby setState was
      being called during build when onHighlightChanged fired due to
      onPressed becoming null while a gesture is ongoing (which triggers an
      onTapCancel synchronously during build).
      29928a46
  27. 24 Dec, 2018 1 commit
  28. 18 Dec, 2018 2 commits
  29. 12 Sep, 2018 1 commit
  30. 30 Aug, 2018 1 commit
    • MH Johnson's avatar
      [Material] Fix 20051 FAB tooltip touch target (#21084) · 19c96282
      MH Johnson authored
      * [FAB] Updated tooltip touch target.
      
      * Remove "new" keyword
      
      * [FAB] Updated tooltip touch target.
      
      * "long press button edge"
      
      * remove new
      
      * remove new
      
      * put "new" keywords back in
      
      * Remove check for childless tooltip
      
      * Added regression test - tooltip works on edge of FAB which has no child.
      
      Added helper method to find the right edge of a in the tests.
      
      * Changed "find.byType(text)" to "find.text('Add')"
      19c96282
  31. 24 Aug, 2018 1 commit
  32. 02 Aug, 2018 1 commit
  33. 27 Jul, 2018 1 commit
  34. 23 Jul, 2018 1 commit
  35. 19 Jul, 2018 1 commit
  36. 16 Jul, 2018 2 commits
  37. 09 Jul, 2018 1 commit