1. 07 May, 2018 1 commit
  2. 01 May, 2018 1 commit
    • Fedor Korotkov's avatar
      Configure Cirrus CI (#16224) · 73334599
      Fedor Korotkov authored
      * Configure Cirrus CI
      
      * Read file directly instead of shelling a command
      
      * Wait for all streams to finish
      
      * Add LTR `textDirection`
      
      Since `RenderFlex#_debugHasNecessaryDirections` requires it when `direction` is horizontal and there are multiple children.
      73334599
  3. 18 Apr, 2018 1 commit
  4. 17 Apr, 2018 1 commit
  5. 05 Apr, 2018 1 commit
  6. 03 Apr, 2018 1 commit
  7. 23 Mar, 2018 1 commit
  8. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  9. 17 Mar, 2018 1 commit
  10. 16 Mar, 2018 1 commit
  11. 12 Mar, 2018 1 commit
    • Alexander Aprelev's avatar
      Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. (#15444) · 2f8474f9
      Alexander Aprelev authored
      * Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f.
      
      Changes since last roll:
      ```
      b6df7a637 Roll dart to 290c576264faa096a0b3206c71b2435309d9f904. (#4771)
      a6764dbd5 Add sources for Fuchsia target. (#4763)
      2d5900615 [fuchsia] Remove unused header file. (#4769)
      9717063b7 Revert "Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)" (#4768)
      9a9814312 Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)
      e74e8b35c [async] Update includes of async headers to new path (#4760)
      e2c4b2760 Use Dart 2 camel case constants in the engine Dart libraries (#4766)
      9c1e48434 Updates for Fuchsia roll. (#4765)
      14c940e27 Switch from fxl::Mutex to std::mutex (#4764)
      debf82c0b Roll Garnet (#4759)
      5bffdefbb Use weak pointers to the accesibility bridge from objects vended to the UIKit accessibility framework. (#4761)
      ```
      2f8474f9
  12. 05 Mar, 2018 1 commit
  13. 01 Mar, 2018 1 commit
    • Alexander Aprelev's avatar
      Run flutter tests in preview-dart-2 mode on travis flutter builds. (#14728) · d3797628
      Alexander Aprelev authored
      * Run flutter tests in preview-dart-2 mode on travis flutter builds.
      
      * Run dart2 tests on osx. Run dart tests in dart2.
      
      * Fix name camelCase
      
      * Default options to empty array, rather than null
      
      * Troubleshoot failures
      
      * More logging
      
      * Troubleshoot: run single test
      
      * Troubleshoot: run 15 tests
      
      * Troubleshoot: run 15 tests with fix
      
      * Try limit concurrency to 1
      
      * Limit concurrency for preview-dart-2 tests to 4
      
      * Move dart2 tests to allow_failures section
      
      * Reinstate tests_dart_2 shard
      
      * Raise concurrency to 8
      
      * Reuse compiler across multiple test runs
      
      * Allow to switch entry points when recompiling.
      
      Actually use single compiler to incrementally recompile all tests executed by 'flutter test'.
      
      * Remove leftover commented code
      
      * Fix comment
      
      * Lints
      d3797628
  14. 05 Feb, 2018 1 commit
  15. 30 Jan, 2018 1 commit
    • Ian Hickson's avatar
      Improve test.dart output (#14333) · a9c13992
      Ian Hickson authored
      It adds lines like `SHARD=analyze` to each shard, and a message like `Contents of packages/flutter_localizations/lib/src/l10n/localizations.dart matches output of gen_localizations.dart script.`  to the analysis shard.
      a9c13992
  16. 27 Jan, 2018 1 commit
  17. 17 Jan, 2018 1 commit
  18. 10 Jan, 2018 1 commit
  19. 02 Jan, 2018 1 commit
  20. 21 Dec, 2017 2 commits
  21. 15 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Add a Dart script to prepare the flutter repo for packaging. (#13548) · f00c9023
      Greg Spencer authored
      This is the first step in a two-step process of moving the package preparation step from a recipe in chrome_infra to a dart script in the flutter repo. This will make it easier to make changes to the process. The second step is to change the infra recipe to call this script.
      
      In addition, I added a step to the packaging process to run flutter create for each type of template so that any pub dependencies of the templates get added to the cache that gets packaged (and thus users can run flutter create --offline and have it work).
      
      Note that the actual packaging into a "tar" or "zip" file now happens here, so a developer could actually run this script on their machine to create a package.
      f00c9023
  22. 14 Dec, 2017 2 commits
  23. 08 Dec, 2017 1 commit
  24. 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
  25. 16 Nov, 2017 1 commit
  26. 13 Nov, 2017 1 commit
  27. 08 Nov, 2017 1 commit
  28. 01 Nov, 2017 1 commit
  29. 11 Oct, 2017 1 commit
  30. 22 Sep, 2017 1 commit
  31. 21 Sep, 2017 1 commit
  32. 04 Aug, 2017 1 commit
  33. 10 Jul, 2017 1 commit
  34. 30 Jun, 2017 1 commit
  35. 16 Jun, 2017 1 commit
  36. 12 Jun, 2017 1 commit