Skip to content

Commit 02066dd

Browse files
authored
widen the sdk constraint (dart-archive/gcloud#166)
1 parent f873d20 commit 02066dd

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.10-wip
2+
3+
- Widen the SDK constraint to support Dart 3.0
4+
15
## 0.8.9
26

37
- Support the latest version 1.0.0 of the `http` package.

pkgs/gcloud/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
[![Dart CI](https://github.com/dart-lang/gcloud/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/gcloud/actions/workflows/test-package.yml)
2+
[![pub package](https://img.shields.io/pub/v/gcloud.svg)](https://pub.dev/packages/gcloud)
3+
[![package publisher](https://img.shields.io/pub/publisher/gcloud.svg)](https://pub.dev/packages/gcloud/publisher)
4+
5+
The `gcloud` package provides a high level idiomatic Dart interface to some of
6+
the most widely used Google Cloud Platform services.
7+
18
## Google Cloud Platform support package (gcloud)
29

3-
The `gcloud` package provides a high level "idiomatic Dart" interface to
4-
some of the most widely used Google Cloud Platform services. Currently the
5-
following services are supported:
10+
Currently the following services are supported:
611

712
* Cloud Datastore
813
* Cloud Storage
@@ -40,6 +45,7 @@ the following imports are present:
4045

4146
```dart
4247
import 'dart:io';
48+
4349
import 'package:googleapis_auth/auth_io.dart' as auth;
4450
import 'package:http/http.dart' as http;
4551
import 'package:gcloud/db.dart';

pkgs/gcloud/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: gcloud
2-
version: 0.8.9
2+
version: 0.8.10-wip
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/gcloud
6+
67
topics:
78
- cloud
89
- gcp
910

1011
environment:
11-
sdk: '>=2.19.0 <3.0.0'
12+
sdk: '>=2.19.0 <4.0.0'
1213

1314
dependencies:
1415
_discoveryapis_commons: ^1.0.0

0 commit comments

Comments
 (0)