1. 26 Aug, 2018 1 commit
  2. 25 Aug, 2018 1 commit
  3. 24 Aug, 2018 10 commits
  4. 23 Aug, 2018 15 commits
  5. 22 Aug, 2018 8 commits
  6. 21 Aug, 2018 5 commits
    • Ian Hickson's avatar
      Cleanup (#20754) · 94f9604a
      Ian Hickson authored
      - remove an //ignore that is no longer needed
      - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient)
      - add some asserts to help track down bugs quicker
      - update a TODO to point to the currently relevant bug
      - fix some indenting
      - improve the naming of some privates to improve readability
      94f9604a
    • Ian Hickson's avatar
      Track number of package dependencies in Flutter (#20831) · 22f37641
      Ian Hickson authored
      * Track number of package dependencies in Flutter
      
      Relands #20774.
      
      * Use evalFlutter instead of startProcess.
      
      That way we don't need `flutter` on the PATH.
      22f37641
    • Ian Hickson's avatar
      Audit `TODO` syntax (#20837) · b7261586
      Ian Hickson authored
      Fixes the pattern for some TODOs to match our style guide.
      
      (Also, a couple of minor code order fixes.)
      b7261586
    • leoylung's avatar
      Remove duplicated assets under /pkg/data (#20728) · adafaee0
      leoylung authored
      Require componentName to ensure assets are placed under /pkg/data/<component-name>
      adafaee0
    • liyuqian's avatar
      Clip the flutter_gallery front layer (#20836) · bab0ce97
      liyuqian authored
      This will be needed once PhysicalShape sets the default clipBehavior
      to Clip.none.
      bab0ce97