Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc cleanup of pubspec files #1061

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration for .github/workflows/pull_request_label.yml.
# Configuration for .github/workflows/pull_request_label.yml.

'infra':
'type-infra':
- '.github/**'

'package:cronet_http':
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cronet_http
description: >
An Android Flutter plugin that provides access to the Cronet HTTP client.
version: 0.4.3-wip
description: >-
An Android Flutter plugin that provides access to the Cronet HTTP client.
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

environment:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: cupertino_http
description: >
version: 1.1.1-wip
description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
version: 1.1.1-wip
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http

environment:
Expand Down
3 changes: 1 addition & 2 deletions pkgs/flutter_http_example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_http_example
version: 1.0.0
description: Demonstrates how to use package:http in a Flutter app.

publish_to: 'none'

version: 1.0.0

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
Expand Down
3 changes: 2 additions & 1 deletion pkgs/http_client_conformance_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: http_client_conformance_tests
description: >-
A library that tests whether implementations of package:http's `Client` class
behave as expected.
publish_to: none
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_client_conformance_tests

publish_to: none

environment:
sdk: ^3.0.0

Expand Down
7 changes: 4 additions & 3 deletions pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: http_profile
description: >-
A library used by HTTP client authors to integrate with the DevTools
Network tab.
publish_to: none
A library used by HTTP client authors to integrate with the DevTools Network
tab.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile

publish_to: none

environment:
sdk: ^3.0.0

Expand Down
4 changes: 3 additions & 1 deletion pkgs/java_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: java_http
description: A Dart package for making HTTP requests using java.net.HttpURLConnection.
version: 0.0.1
description: >-
A Dart package for making HTTP requests using java.net.HttpURLConnection.
repository: https://github.com/dart-lang/http/tree/master/pkgs/java_http

publish_to: none

environment:
Expand Down