-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Flutter
Description
Uint8List
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/Uint8List-class.html
...has a buffer
property, which links to TypedData
's buffer
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/TypedData/buffer.html
...which implies that Uint8List
is related to TypedData
, but this fact appears neither on the docs for Uint8List
nor those from TypedData
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/TypedData-class.html
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Flutter