Update .gitignore to new `dart_tool` pub cache (#14)

dart-lang/sdk#32030
1 file changed
tree: 576e3806563de5f6a4152cf5d1d54cf51f77a596
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Helper libraries for working with typed data lists.

The typed_data package contains utility functions and classes that makes working with typed data lists easier.

Using

The typed_data package can be imported as

import 'package:typed_data/typed_data.dart';

Typed buffers: Growable typed data lists

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.

Features and bugs

Please file feature requests and bugs at the issue tracker.