1. 16 Feb, 2018 1 commit
  2. 15 Feb, 2018 2 commits
  3. 08 Feb, 2018 1 commit
  4. 18 Jan, 2018 1 commit
  5. 08 Jan, 2018 1 commit
  6. 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
  7. 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
  8. 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
  9. 07 Dec, 2017 2 commits
  10. 06 Dec, 2017 1 commit
  11. 02 Dec, 2017 1 commit
  12. 01 Dec, 2017 1 commit
  13. 30 Nov, 2017 1 commit
  14. 03 Nov, 2017 1 commit
  15. 26 Oct, 2017 2 commits
  16. 25 Oct, 2017 1 commit
  17. 22 Oct, 2017 1 commit
  18. 03 Oct, 2017 1 commit
  19. 27 Sep, 2017 1 commit
  20. 11 Sep, 2017 1 commit
  21. 23 Aug, 2017 3 commits
  22. 22 Aug, 2017 2 commits
  23. 26 Jun, 2017 1 commit
  24. 09 Jun, 2017 1 commit
  25. 05 Jun, 2017 1 commit
  26. 24 May, 2017 2 commits
  27. 19 May, 2017 1 commit
  28. 08 May, 2017 1 commit
  29. 05 May, 2017 2 commits
    • Michael Goderbauer's avatar
      Don't crash on `flutter create .` on Windows (#9850) · 6337a055
      Michael Goderbauer authored
      * Don't crash on `flutter create .`
      
      Fixes #9828
      
      * review comments
      6337a055
    • Jakob Andersen's avatar
      Improve Android builds. (#9801) · 6b54137a
      Jakob Andersen authored
      Eagerly generate local.properties, and always update the flutter.sdk
      setting in it, in case FLUTTER_ROOT has changed.
      
      Fixes #8365.
      Fixes #9716 - at least the specific issue reported. My Android Studio
      still complains about Gradle versions - it ships with v3.2, but requires
      v3.3...
      
      Add a 'generate dependencies' task to the Gradle build, which checks if
      the snapshot dependencies file exists, and runs an extra build before
      the actual FlutterTask if it doesn't. This makes the first build slower,
      but sub-sequent builds (without source changes) much faster.
      
      Fixes #9717.
      6b54137a
  30. 04 May, 2017 1 commit
  31. 16 Apr, 2017 1 commit
  32. 14 Apr, 2017 1 commit
    • Brian Slesinsky's avatar
      flutter create: enable Java support in IDEA (#9335) · 5cb90979
      Brian Slesinsky authored
      Generates an android.iml file and a package-level library for flutter.jar.
      
      Does not set up an Android SDK in IDEA; this isn't possible with a
      template-based approach. But IDEA shows a clear warning, so the
      user can fix this by setting the SDK.
      
      (When creating a Flutter project from within IDEA, we can fix this up
      afterwards in the plugin.)
      5cb90979