1. 07 Mar, 2018 7 commits
    • Siva's avatar
      Fix some of the generic types specified to avoid runtime errors in --preview-dart-2 (#15166) · 9c38d6bb
      Siva authored
      * Fix some of the generic types specified to avoid runtime errors in
      --preview-dart-2
      
        type 'YamlMap' is not a subtype of type 'Map<String, dynamic>' where
          YamlMap is from package:yaml/src/yaml_node.dart
          Map is from dart:core
          String is from dart:core
      
        package:flutter_devicelab/framework/manifest.dart 17:36       loadTaskManifest
        test/manifest_test.dart 14:33                                 main.<fn>.<fn>
        package:test/src/backend/declarer.dart 161:27                 Declarer.test.<fn>.<fn>.<fn>
      
      * Add dynamic generic types to keep the analyer happy.
      
      * Address code review comment.
      9c38d6bb
    • Mikkel Nygaard Ravn's avatar
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
    • Todd Volkert's avatar
    • Alexander Markov's avatar
      Pass entry points JSON files to front-end server, take 2 (#15227) · 602e6d74
      Alexander Markov authored
      * Pass entry points JSON files to front-end server (#15180)
      
      * Fix ios/debug build which uses 'flutter build aot': do not require entry points files and disable AOT transformations in this mode
      602e6d74
    • Hans Muller's avatar
    • Alexander Markov's avatar
      Revert "Pass entry points JSON files to front-end server" (#15223) · 01d8e0a1
      Alexander Markov authored
      * Revert "Pass entry points JSON files to front-end server (#15180)"
      
      This reverts commit 0edea887.
      
      Reason: buildbot failures on Mac.
      01d8e0a1
  2. 06 Mar, 2018 13 commits
  3. 05 Mar, 2018 3 commits
  4. 04 Mar, 2018 1 commit
  5. 03 Mar, 2018 2 commits
  6. 02 Mar, 2018 11 commits
  7. 01 Mar, 2018 3 commits
    • Chris Bracken's avatar
      Roll engine to 269bab73b6ad8f0e54fcd2b84f278ba857baf4af (#15036) · b90659cd
      Chris Bracken authored
      Includes:
      * Add nil check for country code and language code (flutter/engine#4732)
      b90659cd
    • jcollins-g's avatar
    • Greg Spencer's avatar
      Slider Visual Update (#14901) · 701eff4a
      Greg Spencer authored
      This implements an update to the look of the Slider widget.
      
      Specifically, it does the following:
      
      * Adds the ability to customize the colors of all components of the slider
      * Adds the ability to customize the shape of the slider thumb and value indicator
      * Adds the ability to show the value indicator on continuous sliders
      * Updates the default value indicator to be a "paddle" shape with new animations.
      * Changes the tick marks to be visible all the time on discrete sliders
      * Fixes a memory leak of an animation controller.
      * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the
      custom thumb shape support. It was not widely used.
      * Adds tests for all of the new features.
      701eff4a