1. 02 Nov, 2018 3 commits
  2. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  3. 30 Oct, 2018 7 commits
    • Greg Spencer's avatar
    • Greg Spencer's avatar
      Allow users to create samples using flutter create. (#23584) · f9c6f305
      Greg Spencer authored
      This adds flutter create --sample which allows users to execute a command which will create a working sample app from samples embedded in the API docs.
      
      The command looks something like this:
      
      flutter create --sample=chip.DeletableChipAttributes.onDeleted mysample
      f9c6f305
    • Greg Spencer's avatar
      Stop wrapping adb, gradle and ios logger output, and update terminal wrapping... · 4559ae1a
      Greg Spencer authored
      Stop wrapping adb, gradle and ios logger output, and update terminal wrapping column dynamically. (#23592)
      
      Subcommand output (gradle, adb, etc) is no longer wrapped, and wrapping notices when the terminal column width changes dynamically now.
      
      Fixes #23267.
      Fixes #23266.
      4559ae1a
    • Dan Field's avatar
      Revert "Reland Xcode backend refactor" (#23737) · 7217999a
      Dan Field authored
      * Revert "Update templates (#23698)"
      
      This reverts commit 5b0de6d6.
      
      * Revert "Verify that date/number translations exist for all supported languages (#23692)"
      
      This reverts commit 3449edf2.
      
      * Revert "Reland Xcode backend refactor (#23574)"
      
      This reverts commit 7270f284.
      7217999a
    • Dan Field's avatar
      Reland Xcode backend refactor (#23574) · 7270f284
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      7270f284
    • Alexander Aprelev's avatar
      Reland change that speeds up multiple devices hot-reload (#23695) · 5fc6b871
      Alexander Aprelev authored
      * Revert "Revert "Run reload asynchronously so that multiple devices can reload in parallel. (#22693)" (#23598)"
      
      This reverts commit 0b68068d.
      
      * Fix refreshViews so it sends app-wide(rather than per-isolate) service request.
      
      Sending per-isolate request caused dead-lock in the engine in case of more-than-one ui isolate.
      5fc6b871
    • Ben Konyi's avatar
      Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) · b1a23299
      Ben Konyi authored
      * Added '--check-for-remote-artifacts' option for Flutter Doctor.
      
      This option takes a Flutter engine revision and issues HEAD requests to
      determine whether or not artifacts for the provided engine revision are
      available from cloud storage. This functionality is needed for the Dart
      SDK autoroller to avoid creating a PR to roll the engine into the
      framework while artifacts haven't finished building, which would cause
      Cirrus tests to fail.
      b1a23299
  4. 28 Oct, 2018 1 commit
  5. 27 Oct, 2018 2 commits
  6. 26 Oct, 2018 3 commits
  7. 25 Oct, 2018 2 commits
  8. 24 Oct, 2018 4 commits
  9. 23 Oct, 2018 3 commits
  10. 22 Oct, 2018 1 commit
  11. 20 Oct, 2018 1 commit
  12. 19 Oct, 2018 6 commits
  13. 18 Oct, 2018 3 commits
  14. 17 Oct, 2018 3 commits