1. 16 Apr, 2018 4 commits
    • Jacob Richman's avatar
      Support exposing the InspectorService over the Flutterservice extension... · ab9ba3f9
      Jacob Richman authored
      Support exposing the InspectorService over the Flutterservice extension protocol as well as the observatory protocol. (#15876)
      
      * Support exposing the InspectorService over the Flutter
      service extension protocol as well as the observatory protocol.
      
      We will probably remove most of the observatory protocol support once a
      couple versions of the Flutter IntelliJ plugin have shipped that use the
      Flutter service extension protocol. The only reason to continue supporting
      the observatory protocol is it will allow using the inspector when paused
      at a breakpoint.
      ab9ba3f9
    • Siva's avatar
      Revert "Turn support for sync-async on in Flutter. (#16543)" (#16626) · 7dd166fa
      Siva authored
      This reverts commit b0b2c007.
      7dd166fa
    • Siva's avatar
      Turn support for sync-async on in Flutter. (#16543) · b0b2c007
      Siva authored
      * Turn support for sync-async on in Flutter. With this feature
      execution of async functions starts immediately instead of it
      being delayed by one microtask tick.
      
      * Address review comments.
      
      * Adjust some stack trace expectations which are slightly different with
      --sync-async turned on.
      b0b2c007
    • Greg Spencer's avatar
      Rename AnimatedChildSwitcher to AnimatedSwitcher (#16551) · 6c049ec2
      Greg Spencer authored
      We don't really like the name AnimatedChildSwitcher, and we think that AnimatedSwitcher might be better (since the Child part is redundant). We also considered AnimatedChild, AnimatedTransition and AnimatedReplacement (among others).
      
      Nothing in here besides a rename.
      6c049ec2
  2. 14 Apr, 2018 1 commit
  3. 13 Apr, 2018 5 commits
  4. 12 Apr, 2018 13 commits
  5. 11 Apr, 2018 12 commits
  6. 10 Apr, 2018 5 commits