File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.19
2+
3+ - Support the latest ` package:googleapis ` .
4+
15## 0.8.18
2- - Fix bug in ` Bucket.updateMetadata ` such that ` acl: null ` is allowed.
6+ - Fix bug in ` Bucket.updateMetadata ` such that ` acl: null ` is allowed.
37 Since, this is the only valid value for buckets with uniform access policies.
48
59## 0.8.17
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
33linter :
44 rules :
55 - cancel_subscriptions
6- - prefer_relative_imports
7- - test_types_in_equals
Original file line number Diff line number Diff line change 11name : gcloud
2- version : 0.8.18
2+ version : 0.8.19
33description : >-
44 High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55repository : https://github.com/dart-lang/labs/tree/main/pkgs/gcloud
@@ -14,14 +14,14 @@ environment:
1414
1515dependencies :
1616 _discoveryapis_commons : ^1.0.0
17- googleapis : ' >=3.0.0 <14 .0.0'
17+ googleapis : ' >=3.0.0 <15 .0.0'
1818 http : ' >=0.13.5 <2.0.0'
1919 meta : ^1.3.0
2020 retry : ^3.1.1
2121
2222dev_dependencies :
2323 dart_flutter_team_lints : ^3.0.0
24- googleapis_auth : ^1.1 .0
24+ googleapis_auth : ^2.0 .0
2525 http_parser : ^4.0.0
26- mime : ^1 .0.0
26+ mime : ^2 .0.0
2727 test : ^1.17.5
You can’t perform that action at this time.
0 commit comments