This repository was archived by the owner on Oct 17, 2024. It is now read-only.
Releases: dart-archive/fixnum
Releases · dart-archive/fixnum
v1.1.0
- Add
tryParseRadix,tryParseIntandtryParseHexstatic methods
to bothInt32andInt64. - Document exception and overflow behavior of parse functions,
and oftoHexString. - Make
Int32parse 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.