| commit | e7483a3ab4f88f196fca1f07d935d43c7af798b3 | [log] [tgz] |
|---|---|---|
| author | Franklin Yow <[email protected]> | Wed Mar 31 22:51:55 2021 |
| committer | GitHub <[email protected]> | Wed Mar 31 22:51:55 2021 |
| tree | 2a306e4a9bbf3ede3589b92ddf192daa7b0342b1 | |
| parent | 12edb9710351de071dd43509bff8a545b6e2d75f [diff] |
Update LICENSE (#48) Changes to comply to internal review
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.