1. 24 Apr, 2018 1 commit
  2. 19 Apr, 2018 1 commit
  3. 12 Apr, 2018 1 commit
  4. 11 Apr, 2018 1 commit
  5. 10 Apr, 2018 1 commit
  6. 06 Apr, 2018 1 commit
  7. 05 Apr, 2018 1 commit
  8. 04 Apr, 2018 1 commit
  9. 03 Apr, 2018 2 commits
  10. 29 Mar, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 27 Mar, 2018 1 commit
  13. 23 Mar, 2018 1 commit
  14. 22 Mar, 2018 4 commits
  15. 19 Mar, 2018 1 commit
  16. 16 Mar, 2018 2 commits
    • Hans Muller's avatar
    • David Shuckerow's avatar
      Add support for placing the FAB in different positions (#14368) · dd0acea1
      David Shuckerow authored
      * Add support to move the fab between positions.
      
      * Motion demo for the FAB works between center and end floating.
      
      * Add a Material curve to the offset animation.
      
      * Move the fab position into an object
      
      * Updates to docs
      
      * Updates to docs
      
      * Fix a lint on the bottom sheet type
      
      * Add a ScaffoldGeometry class
      
      * Improve the documentation
      
      * Improve the documentation
      
      * Add a fab motion animator
      
      * Add position and scale animations
      
      * FAB entrance and motion animations work
      
      * Get started on FAB motion
      
      * Make fab animation work properly.
      
      * Change the fab animator to be stored in the state of the scaffold.
      
      * Add a layout test
      
      * Fix spacing being off
      
      * Fix the entrance/exit animation test.
      
      * Add a textDirection to the layout delegate.
      
      * Fix const constructor lint checks
      
      * Add toStrings for the fab positioner/animator
      
      * Add a toString for CurveTween
      
      * Change the fab motion demo icon to a simple add icon.
      
      * Add tests and a custom fab positioner to the demo.
      
      * Do not start the fab's motion animation when the fab is null.
      
      * Adjust the code to pass the new tests.
      
      * Rename for in response to Hans' comment.
      
      * Revert the tabs fab demo
      
      * Use timeDilation, and clean up the animation code a little.
      
      * Clean up the prelayout geometry docs and ctr order
      
      * Cleanup fab transition widget code
      
      * Clean up comments on Scaffold, add cross-references between the two geometries
      
      * Explain the fab motion animation scheduling better
      
      * Add a const to the fab motion demo
      
      * Make the fab animation never jank by keeping track of where to move the fab to in the future.
      
      * Add a default fab positioner constant
      
      * Add space after comma in the demo
      
      * Add boilerplate dartdoc to all const constructors
      
      * Comment improvement
      
      * Rename 'fabSize' to 'floatingActionButtonSize'
      
      * Rename 'fabSize' to 'floatingActionButtonSize'
      
      * Rename 'fabSize' to 'floatingActionButtonSize'
      
      * Clean up the prelayout geometry object's dartdoc
      
      * Clean up the prelayout geometry object's dartdoc
      
      * Remove extraneous comment
      
      * Change possessive uses of Scaffold's to use dartdoc-compatible [Scaffold]'s
      
      * Rename the horizontalFabPadding to an expansion
      
      * Clean up controller cleanup and setState usage
      
      * Animate instead of lerp
      
      * Make the fab position animation use offsets instead of animations
      
      * Streamline the fab motion demo
      
      * Set up the animator to start from a reasonable place when interrupting animations.
      
      * Doc cleanup on the new animation interruption
      
      * Expand some uses of fab and clean up constants
      
      * Expand remaining public uses of fab to floating action button
      
      * Expand remaining public uses of fab to floating action button
      
      * Expand on the documentation for the fab positioner and animator
      
      * Refactor animations to broadcast the position properly.
      
      * Add the ability to turn on and off the fab to the motion demo.
      
      * Remove unused code
      
      * Change the fab animator to animate even when the fab is exitting.
      
      * Remove extra positioner.
      
      * Apps -> Applications in docs
      
      * Explain the scale animation.
      
      * Name the child parameter in the animated builder
      
      * RTL before LTR
      
      * Wrap the AppBar in the example code
      
      * const the fab motion demo name
      
      * Start a test against animation jumps
      
      * Test for jumps in the fab motion animation
      
      * Dont initialize values to null
      
      * Use constants, fix spacing from some of Hans' comments
      
      * Clarify the relationship between fab positioners and prelayout geometries
      
      * Explain the fab animmator a bit better
      
      * Explain the animation progress in the fab animation
      
      * Explain the animation restart better
      
      * Explain the animation restart better
      
      * Explain the prelayout geometry better
      
      * Explain that height is a vertical distance.
      
      * Explain the horizontal fab padding
      
      * Update the scaffold size description to explain what happens when a wild keyboard appears
      
      * Remove print statements
      
      * Update the scaffold geometry with information about it being available at paint time.
      
      * In one step of a transition
      
      * Explain how the top-start fab positioner works
      
      * Explain how the top-start fab positioner works
      
      * Refactor the scaffold layout to just pass a padding instead of a bottom, top, start and end.
      
      * Refactor the scaffold layout to just pass a padding instead of a bottom, top, start and end.
      
      * Action buttons with with custom positioners.
      
      * Add a rotation animation example.
      
      * Use a swap animation to show swapping between two different animations.
      
      * Use a swap animation to show swapping between two different animations.
      
      * Add an example for the size animations.
      
      * 2018 copyright
      
      * Extra empty line
      
      * Return new Scaffold
      
      * Extra blank line fix
      
      * All its contents have been laid out
      
      * Position the fab
      
      * Explain what the scaffold geometry is for.
      
      * Move asserts to different lines
      
      * The scaffoldsize will not
      
      * Initial rename of FabPositioners to FloatingActionButtonLocation
      
      * Rename comments in example to refer to location instead of positioner.
      
      * Rename fabpositioner to location in tests and in the scaffold field
      
      * Finish removing references to positioner in scaffold code.
      
      * Split the fab location and animation out into a separate file.
      
      * Make things more private
      
      * Import foundation instead of meta
      
      * Const curve instead of final.
      Unverified
      dd0acea1
  17. 14 Mar, 2018 2 commits
  18. 12 Mar, 2018 2 commits
  19. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  20. 01 Mar, 2018 1 commit
    • Greg Spencer's avatar
      Slider Visual Update (#14901) · 701eff4a
      Greg Spencer authored
      This implements an update to the look of the Slider widget.
      
      Specifically, it does the following:
      
      * Adds the ability to customize the colors of all components of the slider
      * Adds the ability to customize the shape of the slider thumb and value indicator
      * Adds the ability to show the value indicator on continuous sliders
      * Updates the default value indicator to be a "paddle" shape with new animations.
      * Changes the tick marks to be visible all the time on discrete sliders
      * Fixes a memory leak of an animation controller.
      * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the
      custom thumb shape support. It was not widely used.
      * Adds tests for all of the new features.
      Unverified
      701eff4a
  21. 06 Feb, 2018 1 commit
  22. 02 Feb, 2018 1 commit
  23. 31 Jan, 2018 2 commits
  24. 25 Jan, 2018 1 commit
  25. 19 Jan, 2018 2 commits
  26. 11 Jan, 2018 1 commit
  27. 09 Jan, 2018 1 commit
  28. 03 Jan, 2018 2 commits
  29. 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
      Unverified
      d8bfb3a9
  30. 05 Dec, 2017 1 commit