break_eternity 0.2.1 copy "break_eternity: ^0.2.1" to clipboard
break_eternity: ^0.2.1 copied to clipboard

Big numbers for idle and incremental games: a faithful Dart port of break_eternity.js, representing values up to 10^^1e308 with fast, constant-time arithmetic.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add break_eternity

With Flutter:

 $ flutter pub add break_eternity

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

dependencies:
  break_eternity: ^0.2.1

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:break_eternity/break_eternity.dart';
1
likes
160
points
131
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Big numbers for idle and incremental games: a faithful Dart port of break_eternity.js, representing values up to 10^^1e308 with fast, constant-time arithmetic.

Repository (GitHub)
View/report issues
Contributing

Topics

#math #numbers #game-development #games

License

MIT (license)

More

Packages that depend on break_eternity