blob: 79fc4fa89c8b0b782b1ed27b6a05d4c29a843901 [file] [log] [blame]
name: cronet_http_example
description: Demonstrates how to use the cronet_http plugin.
publish_to: 'none'
environment:
sdk: ^3.4.0
dependencies:
cronet_http:
path: ../
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
http: ^1.0.0
http_image_provider: ^1.0.0
provider: ^6.1.1
dev_dependencies:
dart_flutter_team_lints: ^3.0.0
flutter_test:
sdk: flutter
http_client_conformance_tests:
path: ../../http_client_conformance_tests/
http_profile: ^0.1.0
integration_test:
sdk: flutter
test: ^1.23.1
flutter:
uses-material-design: true
# Use the path version of `package:http` so that the behavior matches the
# expectations in http_client_conformance_tests.
dependency_overrides:
http:
path: ../../http/