| commit | c34920269190a8cffde4a7b463fc415e95faa9bf | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Mon May 04 21:57:31 2020 |
| committer | Kevin Moore <[email protected]> | Mon May 04 21:57:31 2020 |
| tree | 764190a8f80ba85f03a08cf2577c01c90500375d | |
| parent | 973a1877eda925b2de47c9533a898fb4056a8712 [diff] |
Update SDK dep and add dependency overrides for null-safe pkg versions
The typed_data package contains utility functions and classes that makes working with typed data lists easier.
The typed_data package can be imported as
import 'package:typed_data/typed_data.dart';
Typed buffers are contains growable lists backed by typed arrays. These are similar to the growable lists returned by List(), but stores typed data like a typed data list.
Please file feature requests and bugs at the issue tracker.