17 lines
420 B
YAML
17 lines
420 B
YAML
name: adaptive_number
|
|
version: 1.0.0
|
|
|
|
description: >-
|
|
Library providing an adaptive number implementation. On JS runtimes, a 64-bit signed fixed-width integer will be used and
|
|
for all other platforms the default Dart int data type.
|
|
homepage: https://github.com/lemoony/adaptive_number_dart
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
fixnum: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.10.0
|
|
test: ^1.16.0
|