| name: cronet_http | |
| description: > | |
| An Android Flutter plugin that provides access to the Cronet HTTP client. | |
| version: 0.2.1 | |
| repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http | |
| environment: | |
| sdk: ^3.0.0 | |
| flutter: ">=3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| http: '>=0.13.4 <2.0.0' | |
| dev_dependencies: | |
| dart_flutter_team_lints: ^1.0.0 | |
| pigeon: ^3.2.3 | |
| xml: ^6.1.0 | |
| yaml_edit: ^2.0.3 | |
| flutter: | |
| plugin: | |
| platforms: | |
| android: | |
| package: io.flutter.plugins.cronet_http | |
| pluginClass: CronetHttpPlugin |