1. 09 Apr, 2018 1 commit
  2. 04 Apr, 2018 1 commit
  3. 20 Mar, 2018 1 commit
  4. 28 Feb, 2018 1 commit
  5. 27 Feb, 2018 1 commit
    • Chris Bracken's avatar
      Add .dart_tool to gitignore (#14932) · ae6ac2ca
      Chris Bracken authored
      Dart is migrating to .dart_tool/ as the location for cached artifacts
      and other temporary files generated by tooling in the SDK. As part of
      this, pub will be migrating from .pub to .dart_tool/pub.
      
      In future, this path will also be used for other tooling, such as package:build.
      ae6ac2ca
  6. 26 Feb, 2018 1 commit
  7. 22 Feb, 2018 1 commit
  8. 19 Feb, 2018 1 commit
  9. 20 Oct, 2017 1 commit
  10. 05 Oct, 2017 1 commit
  11. 25 Sep, 2017 1 commit
  12. 30 Aug, 2017 1 commit
  13. 23 Aug, 2017 1 commit
    • Jakob Andersen's avatar
      Add --template=<type> option to create command. (#11105) · 5d0d6126
      Jakob Andersen authored
      Allows the user to specify the kind of project to create. The default is 'app'. Other choices are 'plugin' (the old '--plugin' behavior), and 'package'.
      
      A Flutter 'package' is a Dart package that depends on Flutter, but does not contain native code.
      
      Fixes #10377.
      5d0d6126