1. 23 Aug, 2019 1 commit
  2. 21 Aug, 2019 1 commit
  3. 26 Jul, 2019 1 commit
  4. 11 Jul, 2019 1 commit
  5. 07 Jun, 2019 2 commits
  6. 06 Jun, 2019 1 commit
  7. 05 Jun, 2019 1 commit
  8. 04 Jun, 2019 2 commits
    • Gary Qian's avatar
      Text inline widgets, TextSpan rework (#33794) · 86862c1e
      Gary Qian authored
      * Merge in changes for inline widgets
      
      * Make analyzer happy, fix tests
      
      * Fix analyzer
      
      * Add missing doc
      
      * Docs on RichText
      
      * Fix analyzer some more
      
      * Remove whitespace at end of line
      
      * Update goldens
      
      * Text fixes
      
      * Analyzer
      86862c1e
    • Greg Spencer's avatar
      Add actions and keyboard shortcut map support (#33298) · 387e2b06
      Greg Spencer authored
      This implements the keyboard shortcut handling and action invocation in order to provide a place in the infrastructure for keyboard events to trigger actions. This will allow binding of key events to actions like "move the focus to the next widget" and "activate button".
      387e2b06
  9. 10 May, 2019 1 commit
  10. 05 Apr, 2019 1 commit
  11. 03 Apr, 2019 1 commit
  12. 27 Oct, 2018 1 commit
  13. 07 Sep, 2018 2 commits
  14. 04 Sep, 2018 1 commit
  15. 16 Aug, 2018 1 commit
  16. 10 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Visibility widget (#20365) · 21f22ed3
      Ian Hickson authored
      * Visibility widget
      
      This attempts to address the confusion around how to hide a widget subtree.
      
      * Apply review comments
      
      * More clarifications
      21f22ed3
  17. 20 Jul, 2018 1 commit
  18. 22 Jun, 2018 1 commit
  19. 16 May, 2018 1 commit
    • Greg Spencer's avatar
      Add Spacer Widget (#16642) · f3874359
      Greg Spencer authored
      This adds a simple spacer widget first suggested by Scott Stoll (@ScottS2017) in the abandoned PR #15802
      
      This PR replaces that one, cleans it up, and adds a test.
      f3874359
  20. 16 Apr, 2018 1 commit
    • Greg Spencer's avatar
      Rename AnimatedChildSwitcher to AnimatedSwitcher (#16551) · 6c049ec2
      Greg Spencer authored
      We don't really like the name AnimatedChildSwitcher, and we think that AnimatedSwitcher might be better (since the Child part is redundant). We also considered AnimatedChild, AnimatedTransition and AnimatedReplacement (among others).
      
      Nothing in here besides a rename.
      6c049ec2
  21. 03 Apr, 2018 1 commit
    • Greg Spencer's avatar
      Add AnimatedChildSwitcher widget (#16192) · 6c896ae1
      Greg Spencer authored
      The AnimatedChildSwitcher widget (originally authored by Hixie), will cross-fade between a new child, and a previous child (or children, if the switch happens faster than the fade finishes).
      
      It's a good candidate for places where a widget will be added/removed from a slot, and you want a nice transition to occur.
      6c896ae1
  22. 22 Jan, 2018 1 commit
  23. 22 Dec, 2017 1 commit
    • xster's avatar
      Add Cupertino scrollbar (#13290) · 4fcdb50d
      xster authored
      * Create CupertinoScrollbar
      
      * handle main axis margin
      
      * Adaptive material scrollbar and tests
      
      * Small tweaks
      
      * reapply changes on head
      
      * Docs
      
      * start
      
      * Refactored ScrollbarPainter to be more immutable
      
      * fix tests
      
      * fix bug: one animationcontroller pointed to multiple painters
      
      * some docs tweak
      
      * remove unused import
      
      * review
      
      * review
      
      * add dispose
      4fcdb50d
  24. 02 Nov, 2017 1 commit
  25. 29 Sep, 2017 1 commit
  26. 24 Aug, 2017 1 commit
  27. 21 Aug, 2017 1 commit
    • Jacob Richman's avatar
      Bare bones widget inspector support. (#10332) · 5462ddb9
      Jacob Richman authored
      Bare bones widget inspector support.
      
      Toggle the widget inspector from the flutter tool by pressing 'i'.
      When the widget inspector is select mode:
      Pointer down to to inspect a widget.
      Pointer click to finalize selection of a widget. You can now interact
      with the application as you normally would but with the inspected widget
      highlighted.
      Click the inspect icon in bottom left corner of screen to reactivate
      select mode.
      5462ddb9
  28. 02 Aug, 2017 1 commit
    • Yegor's avatar
      FadeInImage: shows a placeholder while loading then fades in (#11371) · 89d06450
      Yegor authored
      * FadeInImage: shows a placeholder while loading then fades in
      
      * fix dartdoc quotes
      
      * license headers; imports
      
      * use ImageProvider; docs; constructors
      
      * _resolveImage when placeholder changes
      
      * address comments
      
      * docs re ImageProvider changes; unsubscribe from placeholder
      
      * rebase
      
      * address comments
      89d06450
  29. 01 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Automatic silver keep alive (#11067) · 7ba1879b
      Ian Hickson authored
      * AutomaticKeepAlive
      
      A Widget that listens for notifications from widgets that don't want to die.
      
      * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets
      
      * Fixes for review comments
      7ba1879b
  30. 01 Jun, 2017 1 commit
  31. 24 May, 2017 1 commit
    • xster's avatar
      CupertinoTabBar (#10264) · 69c25424
      xster authored
      Move some Cupertino colors to a common file. 
      
      Create a CupertinoTabBar widget to mimic iOS looks
      69c25424
  32. 21 May, 2017 1 commit
  33. 18 May, 2017 1 commit
  34. 16 May, 2017 1 commit
  35. 03 May, 2017 1 commit
  36. 28 Apr, 2017 1 commit
  37. 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