1. 15 Oct, 2021 1 commit
  2. 26 Feb, 2021 1 commit
  3. 05 Dec, 2020 1 commit
  4. 29 Sep, 2020 1 commit
  5. 12 Aug, 2020 1 commit
  6. 30 Jul, 2020 1 commit
  7. 29 Jun, 2020 1 commit
  8. 23 Jun, 2020 1 commit
  9. 06 Feb, 2020 1 commit
  10. 06 Jan, 2020 1 commit
  11. 22 Nov, 2019 1 commit
  12. 19 Nov, 2019 1 commit
  13. 01 Nov, 2019 1 commit
  14. 29 Oct, 2019 1 commit
  15. 26 Oct, 2019 1 commit
  16. 25 Oct, 2019 1 commit
  17. 15 Oct, 2019 1 commit
  18. 13 Sep, 2019 1 commit
  19. 08 Aug, 2019 1 commit
  20. 19 Apr, 2019 1 commit
  21. 07 Mar, 2019 1 commit
  22. 15 Jan, 2019 1 commit
  23. 10 Jan, 2019 1 commit
  24. 09 Jan, 2019 1 commit
  25. 19 Nov, 2018 1 commit
  26. 16 May, 2018 1 commit
  27. 19 Mar, 2018 1 commit
  28. 12 Mar, 2018 1 commit
  29. 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
  30. 16 Feb, 2018 1 commit
  31. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  32. 11 Jan, 2018 1 commit
    • 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
  33. 19 Dec, 2017 1 commit
  34. 14 Dec, 2017 1 commit
  35. 05 Dec, 2017 3 commits
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13358) · f29ecba6
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      
      This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
      f29ecba6
    • Greg Spencer's avatar
      Reverting my .pub-cache change to figure out why it's still failing. (#13355) · c89cf6cc
      Greg Spencer authored
      * Revert "Add tests."
      
      This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51.
      
      * Revert "Use .pub-cache from Flutter root, if it exists. (#13248)"
      
      This reverts commit 72d6bcc3.
      c89cf6cc
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13248) · 72d6bcc3
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      72d6bcc3
  36. 29 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Consolidating .gitignore files. (#13002) · 909406ba
      Greg Spencer authored
      This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
      909406ba
  37. 13 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) · 797b39e9
      Greg Spencer authored
      Creates a new (hidden) flutter command 'ide-config' that will create and/or update
      existing .iml files and some files under the .idea directory, as well as
      removing existing *.iml files and the .idea directory.
      
      It also:
      
       * Adds *.iml to the .gitignore
       * Removes existing .iml files from the repo, and moves them to the
         packages/flutter_tools/ide_templates/intellij directory.
       * Adds a flag to ide-config ('--update-templates') that will take any new .iml
         files in the flutter tree and add them to the existing templates.
           - If --overwrite is also specified, then all existing templates will also
             be overwritten with the contents from the flutter tree, and any that have
             been deleted from the flutter tree will also be removed from the
             templates.
       * Added new run configurations for all existing app targets that will now also
         be automatically added to IntelliJ.
       * Setting up the environment also includes setting the coding style guidelines
         and the git VCS.
       * Note that after this PR lands, Flutter developers will need to run it once to
         re-create the .iml files and configuration files that have been removed.
      
      After this PR lands, .iml files will no longer appear in the untracked files
      section for git.
      797b39e9
  38. 17 Mar, 2017 1 commit