| description: Tools for building Flutter applications |
| homepage: http://flutter.io |
| author: Flutter Authors <flutter-dev@googlegroups.com> |
| # version 0.13.6+1 does not return the value from the command |
| # causing flutter tools to always have exit code 0 |
| # see https://github.com/flutter/flutter/issues/6766 |
| # Version 1.0.4 has mysterious "pub get" spam about "drudge". If you update |
| # this dependency, be sure not to include 1.0.4 and to check the output of |
| # "pub get" for spam about "drudge". |
| package_config: '>=0.1.5 <2.0.0' |
| web_socket_channel: ^1.0.4 |
| # We depend on very specific internal implementation details of the |
| # 'test' package, which change between versions, so here we pin it |
| # Version from the vended Dart SDK as defined in `dependency_overrides`. |
| # Exclude this package from the hosted API docs. |
| path: ../../bin/cache/dart-sdk/lib/analyzer |