Fix test for Dart 2.0 ints (#9)

* Fix test for Dart 2.0 ints

* Update pubspec.yaml

* Update typed_buffers_test.dart

* Update typed_buffers_test.dart

* Add 2^63 back to test data

* Update CHANGELOG.md

* Update typed_buffers_test.dart

* Fix tests

* run tests only on dev

* Update pubspec
4 files changed
tree: 48e47dc8e4a825ad55d00114055d86233479c26b
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. pubspec.yaml
  13. 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 new List(), but stores typed data like a typed data list.

Features and bugs

Please file feature requests and bugs at the issue tracker.