update for the 2.10 dev sdk (#62)

This is in preparation for the actual 2.10 dev sdk release.
3 files changed
tree: 7af9bcb310d2c862e19abf07dbe25c98d0ad9870
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

A fixed-width 32- and 64- bit integer library for Dart.

Pub Build Status Coverage Status

Provides data types for signed 32- and 64-bit integers. The integer implementations in this library are designed to work identically whether executed on the Dart VM or compiled to JavaScript.