1. 02 Apr, 2017 1 commit
    • Adam Barth's avatar
      Rationalize text input widgets (#9119) · ae899486
      Adam Barth authored
      After this patch, there are three major text input widgets:
      
       * EditableText. This widget is a low-level editing control that
         interacts with the IME and displays a blinking cursor.
      
       * TextField. This widget is a Material Design text field, with all the
         bells and whistles. It is highly configurable and can be reduced down
         to a fairly simple control by setting its `decoration` property to
         null.
      
       * TextFormField. This widget is a FormField that wraps a TextField.
      
      This patch also replaces the InputValue data model for these widgets
      with a Listenable TextEditingController, which is much more flexible.
      
      Fixes #7031
      ae899486
  2. 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
  3. 01 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      Remove self-package import (#8483) · 2a9fc2e7
      Michael Goderbauer authored
      This is apperently breaking some customers.
      
      If this gets submitted, we should investigate why self-package imports
      don't work for certain customers.
      2a9fc2e7
    • Michael Goderbauer's avatar
      Roll forward #8467 (#8477) · 65835af4
      Michael Goderbauer authored
      * Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)"
      
      This reverts commit 96ba7f76.
      
      * Intentionally use a self-package URI in flutter_gallery
      
      * tests to catch problems with self-package imports
      65835af4
  4. 23 Feb, 2017 1 commit
  5. 21 Dec, 2016 1 commit
  6. 21 Nov, 2016 1 commit
  7. 29 Sep, 2016 1 commit
  8. 23 Sep, 2016 1 commit
  9. 01 Sep, 2016 1 commit
  10. 21 Jul, 2016 1 commit
  11. 04 Jun, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 02 Jun, 2016 3 commits
  14. 23 May, 2016 1 commit
  15. 09 May, 2016 1 commit
  16. 27 Apr, 2016 1 commit