Fixed typo in README.
1 file changed
tree: f11dbb0a75c0ed1a9427afbd2c9d602acc05cd60
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. pubspec.yaml
  12. README.md
README.md

fixnum

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


The fixnum package 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.

Installing

Use pub to install this package. Add the following to your pubspec.yaml file:

dependencies:
  fixnum: '>=0.9.1 <1.0.0'

For more information, see the fixnum package on pub.dartlang.org.