| commit | e283378543e1a3067b60db2df594ea5ddc66b0a9 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Fri Sep 29 17:19:14 2017 |
| committer | Kevin Moore <[email protected]> | Fri Sep 29 17:21:23 2017 |
| tree | 34442a66806dfc9a9f2587a44c98b6a92c0397cf | |
| parent | c755e668f20d0dcb746b5f67e1f72b6d4428e0af [diff] |
Remove SDK 15130 work-around
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 new List(), but stores typed data like a typed data list.
Please file feature requests and bugs at the issue tracker.