1. 02 Aug, 2018 1 commit
  2. 20 Jul, 2018 2 commits
  3. 16 Jul, 2018 2 commits
  4. 28 Jun, 2018 3 commits
  5. 22 Jun, 2018 1 commit
  6. 13 Jun, 2018 1 commit
  7. 05 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 30 May, 2018 2 commits
    • Ralph Bergmann's avatar
      add version to pubspec.yaml (#16857) · c65e9d19
      Ralph Bergmann authored
      Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file.
      
      The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file.
      
      If the `version` property is not set and the  `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
      c65e9d19
    • Mikkel Nygaard Ravn's avatar
  10. 04 May, 2018 2 commits
  11. 09 Mar, 2018 1 commit
  12. 16 Feb, 2018 1 commit
  13. 15 Feb, 2018 2 commits
  14. 08 Feb, 2018 1 commit
  15. 18 Jan, 2018 1 commit
  16. 08 Jan, 2018 1 commit
  17. 04 Jan, 2018 1 commit
    • Siva's avatar
      support for --strong option (#13859) · 426d6b06
      Siva authored
      * Plumb a --strong option through to the front end server and the engine
      so that we can run flutter apps in preview-dart-2 and strong mode
      
      * - Address analyzer lint issues
      *- correctly set up strong mode option in the case of AOT builds
      426d6b06
  18. 12 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Make the create command call pub get online instead of offline. (#13505) · 6b8ceb94
      Greg Spencer authored
      We thought it would be OK to call the create command offline-only, but it turns out that isn't a great idea because not all of the create template dependencies are cached by running flutter_tool.
      
      This PR makes it go online by default when running pub get after creating a project, and adds an "--offline" flag to the create command so that offline users can use it offline if their cache is warm.
      6b8ceb94
  19. 08 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Make create command use pub in offline mode. (#13462) · aedee0df
      Greg Spencer authored
      In order to allow offline usage of the create command we need to be able to tell pub not to try and contact the server to see if new versions are available. Since all the versions that create could want are pinned, it shouldn't need to check for new versions.
      aedee0df
  20. 07 Dec, 2017 2 commits
  21. 06 Dec, 2017 1 commit
  22. 02 Dec, 2017 1 commit
  23. 01 Dec, 2017 1 commit
  24. 30 Nov, 2017 1 commit
  25. 03 Nov, 2017 1 commit
  26. 26 Oct, 2017 2 commits
  27. 25 Oct, 2017 1 commit
  28. 22 Oct, 2017 1 commit
  29. 03 Oct, 2017 1 commit
  30. 27 Sep, 2017 1 commit
  31. 11 Sep, 2017 1 commit