| commit | 04fb9770e4a980fbd8532777ca191f9f75f06df4 | [log] [tgz] |
|---|---|---|
| author | Patrice Chalin <[email protected]> | Tue Jul 17 21:47:59 2018 |
| committer | Kevin Moore <[email protected]> | Tue Jul 17 21:47:59 2018 |
| tree | b8dc4dd8a13f4a14cf16cd2cf8a040dd1b38d0e8 | |
| parent | a1ff52793eb9f5f61e38266edfbbc1f7452f3f8f [diff] |
chore: set max SDK version to <3.0.0 (#17) * Skip tests known to be failing Due to #16. This will get the build green again.
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.