This repository has been 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
,tryParseInt
andtryParseHex
static methods
to bothInt32
andInt64
. - Document exception and overflow behavior of parse functions,
and oftoHexString
. - 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.