Address pedantic lints (#52)

* Update int64.dart

* Update analysis_options.yaml

* Update int32.dart

* Update int64.dart

* Update int32.dart

* Update int32.dart

* Update intx.dart

* Update int32.dart

* Update all_tests.dart

* Update int32_test.dart

* Update pubspec.yaml

* Update int_64_vm_test.dart

* Update int64_test.dart

* Update int64_test.dart

* Update int64_test.dart
9 files changed
tree: 87a1bd797986b278cecf7d4bb08bf5725a2f7d0b
  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.

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.dev.