File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.10-wip
2
+
3
+ - Widen the SDK constraint to support Dart 3.0
4
+
1
5
## 0.8.9
2
6
3
7
- Support the latest version 1.0.0 of the ` http ` package.
Original file line number Diff line number Diff line change
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
+
1
8
## Google Cloud Platform support package (gcloud)
2
9
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:
6
11
7
12
* Cloud Datastore
8
13
* Cloud Storage
@@ -40,6 +45,7 @@ the following imports are present:
40
45
41
46
``` dart
42
47
import 'dart:io';
48
+
43
49
import 'package:googleapis_auth/auth_io.dart' as auth;
44
50
import 'package:http/http.dart' as http;
45
51
import 'package:gcloud/db.dart';
Original file line number Diff line number Diff line change 1
1
name : gcloud
2
- version : 0.8.9
2
+ version : 0.8.10-wip
3
3
description : >-
4
4
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
5
5
repository : https://github.com/dart-lang/gcloud
6
+
6
7
topics :
7
8
- cloud
8
9
- gcp
9
10
10
11
environment :
11
- sdk : ' >=2.19.0 <3 .0.0'
12
+ sdk : ' >=2.19.0 <4 .0.0'
12
13
13
14
dependencies :
14
15
_discoveryapis_commons : ^1.0.0
You can’t perform that action at this time.
0 commit comments