Skip to content

Commit 8b1cba3

Browse files
authored
Fixes for dart pub publish -n (#773)
1 parent 3e5f6bb commit 8b1cba3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.0.1
2+
3+
* Initial development release.

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: cronet_http
22
description: >
33
An Android Flutter plugin that provides access to the Cronet HTTP client.
44
version: 0.0.1
5+
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
56

67
environment:
78
sdk: ">=2.17.5 <3.0.0"

0 commit comments

Comments
 (0)