package:gcloud v0.8.16
BucketEntry
is nowsealed
this may cause breakage for anyone
implementingBucketEntry
.- Feature
BucketEntry
objects returns fromBucket.list
are now instances
of:BucketDirectoryEntry
, or,BucketObjectEntry
, which implementsObjectInfo
exposing metadata.
This means that anyone usingBucket.list
to find objects, does not need
to useBucket.info
to fetch metadata for an object.
- Minimum Dart SDK constraint bumped to
^3.0.0
.