1. 31 May, 2018 6 commits
    • Mikkel Nygaard Ravn's avatar
      Update Gradle dependencies (#18071) · 59bb2dba
      Mikkel Nygaard Ravn authored
      59bb2dba
    • Ben Konyi's avatar
      Dart SDK roll for 2018-05-30 (#18043) · 4f3fadb6
      Ben Konyi authored
      * Pre-Dart SDK roll engine revision
      
      * Dart SDK engine roll for 2018-05-30.
      
      Commits:
      
      3b6caa3517b Split UnresolvedNameGenerator
      f50873d3451 [fuchsia] Renaming component FIDL to fuchsia.sys.
      13987b073d6 Add Forest method to access the name of a variable
      declaration
      3b86f823d0a [vm/corelib] Remove GrowableArrayMarker hack.
      88127f10e4f Clean up num#toStringAsPrecision docs
      1eb1885c62d tools/addlatexhash.dart: Remove unused import
      03cb46a2290 [vm/perf] Fix JITDUMP integration.
      9d9eff44c99 Support sharing function signatures in deferred parts for
      fast startup
      ae9f5d2a1b1 Add Forest API for logical expressions
      66c590d3ad3 Add json/utf8 BOM support in changelog.
      d116e62d76d Improve catch parameter recovery
      aa8e2ee178d Revert "[vm] Add tests for determinism of script and AppJIT
      snapshots."
      ec47e524bc9 Switch to non-alpha versions for analyzer/front_end/kernel.
      aac0478fada [vm] Add tests for determinism of script and AppJIT
      snapshots.
      6cc7aa803a1 Change names/declarations tasks in AnalysisDriver sync.
      c30af41b96c Reapply "[mirrors] Add IsolateMirror.loadUri."
      a40993a6aff Observatory strong mode fix: Fix incorrect types in
      DebuggerStackElement.
      0fdfc9aa3b6 Observatory strong mode fix: Add a needed implements clause.
      209029ab8ee Observatory strong mode fix: Pass through a type parameter
      in the implements clause for GuardedMock.
      1d323687b39 Use selection to decide whether EXTRACT_LOCAL_VARIABLE and
      EXTRACT_METHOD are available.
      4f3fadb6
    • Sigurd Meldgaard's avatar
      Allow `--use-application-binary` using app-bundles on ios (#17691) · 758711c8
      Sigurd Meldgaard authored
      This makes it easier to run ios add2app apps with Flutter run.
      758711c8
    • Alexandre Ardhuin's avatar
      b7fd1d8b
    • Ian Hickson's avatar
      9f1e76e9
    • Dan Field's avatar
      Expose Gradient.radial (#17826) · 587a1b77
      Dan Field authored
      * Expose Gradient.radial
      
      * cleanup doc
      
      * update tests, null check
      
      * add asset images
      587a1b77
  2. 30 May, 2018 13 commits
  3. 29 May, 2018 4 commits
  4. 28 May, 2018 11 commits
  5. 26 May, 2018 4 commits
  6. 25 May, 2018 2 commits
    • Chris Bracken's avatar
      Build single-architecture for local iOS engines (#17919) · 7587f54b
      Chris Bracken authored
      When running with --local-engine, build single-architecture apps, rather
      than what's declared in the Xcode project.
      
      By default, Flutter creates Xcode projects that generate universal
      binaries supporting both armv7 and arm64 processors. Since local engine builds
      are all single-architecture, override the Xcode project's ARCHS setting
      with the appropriate value for the specific engine.
      
      NOTE: this assumes engine paths consistent with those used in the engine
      repo: 32-bit iOS engine builds end in _arm, 64-bit builds do not.
      7587f54b
    • Michael Thomsen's avatar
      Fix flutter run output (#17920) · 07081a1d
      Michael Thomsen authored
      07081a1d