1. 24 Apr, 2018 1 commit
  2. 12 Apr, 2018 1 commit
  3. 06 Apr, 2018 1 commit
  4. 17 Mar, 2018 3 commits
  5. 16 Mar, 2018 3 commits
  6. 06 Mar, 2018 1 commit
  7. 02 Mar, 2018 1 commit
  8. 28 Feb, 2018 1 commit
  9. 12 Feb, 2018 1 commit
  10. 08 Feb, 2018 1 commit
  11. 01 Feb, 2018 1 commit
  12. 27 Jan, 2018 1 commit
  13. 15 Jan, 2018 1 commit
  14. 08 Jan, 2018 1 commit
  15. 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
  16. 18 Dec, 2017 1 commit
  17. 14 Dec, 2017 5 commits
  18. 13 Dec, 2017 2 commits
  19. 21 Nov, 2017 1 commit
    • Martin Kustermann's avatar
      Add support for NDK discovery and add --prefer-shared-library option (#12788) · 545ec9ef
      Martin Kustermann authored
      * Add support for NDK discovery and add --prefer-shared-library option
      
      We would like to be able to use native tools (e.g. simpleperf, gdb) with
      precompiled flutter apps.  The native tools work much better with *.so
      files instead of the custom formats the Dart VM uses by default.
      
      The reason for using blobs / instruction snapshots is that we do not
      want to force flutter users to install the Android NDK.
      
      This CL adds a `--prefer-shared-library` flag to e.g. `flutter build
      apk` which will use the NDK compiler (if available) to turn the
      precompiled app assembly file to an `*.so` file.  If the NDK compiler is
      not available it will default to the default behavior.
      
      * Rebase, add test for NDK detection, augment flutter.gradle with @Input for flag
      
      * Use InMemoryFileSystem for test
      
      * Remove unused import
      
      * Address some analyzer warnings
      545ec9ef
  20. 18 Oct, 2017 1 commit
  21. 03 Oct, 2017 1 commit
    • Alexander Markov's avatar
      Add hidden options --extra-front-end-options and --extra-gen-snapshot-options... · 7153dea2
      Alexander Markov authored
      Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219)
      
      This CL introduces 2 hidden options to 'flutter build aot' and 'flutter run' for passing arbitrary arguments to front-end server and to gen_snapshot tool when building and running flutter app in --profile or --release modes.
      
      The ability to pass arbitrary options simplifies various experiments, as it removes the need to change defaults and rebuild flutter engine for every tested configuration.
      7153dea2
  22. 12 Sep, 2017 1 commit
  23. 31 Aug, 2017 1 commit
  24. 24 Aug, 2017 1 commit
  25. 04 Aug, 2017 1 commit
  26. 31 Jul, 2017 1 commit
  27. 16 Jun, 2017 1 commit
  28. 22 May, 2017 1 commit
  29. 05 May, 2017 1 commit
    • 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. 31 Mar, 2017 1 commit
  31. 29 Mar, 2017 1 commit