fixnum 1.1.1 copy "fixnum: ^1.1.1" to clipboard
fixnum: ^1.1.1 copied to clipboard

Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fixnum
copied to clipboard

With Flutter:

 $ flutter pub add fixnum
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fixnum: ^1.1.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fixnum/fixnum.dart';
copied to clipboard
59
likes
150
points
5.73M
downloads

Publisher

verified publisherdart.dev

Weekly Downloads

2024.08.04 - 2025.02.16

Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on fixnum