fixnum

Fixed-width integer library for Dart.

BSD-3-CLAUSE License

Stars
45
Committers
18

Bot releases are hidden (Show)

fixnum - v1.1.0 Latest Release

Published by devoncarew over 1 year ago

  • Add tryParseRadix, tryParseInt and tryParseHex static methods
    to both Int32 and Int64.
  • Document exception and overflow behavior of parse functions,
    and of toHexString.
  • Make Int32 parse functions consistent with documentation (accept
    leading minus sign, do not accept empty inputs).
  • Update the minimum SDK constraint to 2.19.
  • Update to package:lints 2.0.0.