1. 11 Jan, 2018 3 commits
    • Alexander Aprelev's avatar
      f1e5551c
    • Michael Goderbauer's avatar
      Use bundled mingit on Windows if available (#14025) · 54e33331
      Michael Goderbauer authored
      In the packaged ZIP files for Flutter we bundle mingit on Windows to make setup for our users easier (they don't have to download and install git anymore). This change makes Flutter use the bundled mingit if it is available and if git is not installed on the system.
      
      This change will still require that users add `flutter\bin` to their path or they'll have to execute `flutter\bin\flutter.bat` directly. A follow-up PR will add a pre-configured Flutter Console that people can start with a double-click to minimize setup even further.
      
      Also in this PR:
      * If 7Zip is not available to unpack the Dart SDK try 7Zip's standalone version.
      54e33331
    • Ian Hickson's avatar
      The Ink widget (#13900) · 09270dcb
      Ian Hickson authored
      This provides a way to draw colors, images, and general decorations on Material widgets, without interfering with InkWells that are further descendants of the widget.
      
      This thus provides a cleaner way to solve the issue of FlatButtons and InkWells not working when placed over Image widgets than the old hack of introducing a transparency Material.
      
      Fixes #3782.
      
      Also, some fixes to documentation, and remove a redundant property on the Image widget.
      09270dcb
  2. 10 Jan, 2018 11 commits
  3. 09 Jan, 2018 17 commits
  4. 08 Jan, 2018 7 commits
  5. 06 Jan, 2018 2 commits