File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.16-wip
2
+
1
3
## 0.8.15
2
4
3
5
- Update the pubspec repository field to reflect the repo move.
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ await pubsub.createSubscription(
243
243
endpoint: Uri.parse('https://server.example.com/push'));
244
244
```
245
245
246
- With this subscription all messages will be send to the URL provided in the
246
+ With this subscription all messages will be sent to the URL provided in the
247
247
` endpoint ` argument. The server needs to acknowledge the reception of the
248
248
message with a ` 200 OK ` reply.
249
249
Original file line number Diff line number Diff line change 1
1
include : package:dart_flutter_team_lints/analysis_options.yaml
2
2
3
- analyzer :
4
- language :
5
- strict-casts : true
6
-
7
3
linter :
8
4
rules :
9
5
- cancel_subscriptions
10
- - package_api_docs
11
6
- prefer_relative_imports
12
7
- test_types_in_equals
Original file line number Diff line number Diff line change 1
1
name : gcloud
2
- version : 0.8.15
2
+ version : 0.8.16-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/labs/tree/main/pkgs/gcloud
You can’t perform that action at this time.
0 commit comments