Fix parameter types for compareTo().

Also adding a CHANGELOG and analysis_options since it's strong mode
clean now.

R=cbracken@google.com, leafp@google.com

Review URL: https://codereview.chromium.org//1963283002 .
7 files changed
tree: 1b57ead1d83e78244e3a1d13becca17e29eb1278
  1. lib/
  2. test/
  3. tool/
  4. .analysis_options
  5. .gitignore
  6. .travis.yml
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. PATENTS
  13. pubspec.yaml
  14. README.md
README.md

Fixnum

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

Build Status Coverage Status

Documentation

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.

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