dimension 0.2.0 copy "dimension: ^0.2.0" to clipboard
dimension: ^0.2.0 copied to clipboard

A Flutter package that introduce the Dimension class. It mimics the css length unit and supports units like px, percentage, vw, vh, vmin ,and vmax.

0.0.1 #

Initial release. Introduce Dimension/Length class.

0.0.2 #

Build doc.

0.0.3 #

Build doc.

0.0.4 #

Update dependence

0.0.5 #

Add vmin, vmax units

0.0.6 #

Fix length lerp bugs

0.0.7 #

Add isAbsolute value

0.0.8 #

Remove a false assert

0.0.9 #

Add isLocal value

0.1.0 #

Remove DynamicEdgeInset, DynamicOffset

0.1.1 #

Update path

0.1.2 #

Code restructure

0.1.3 #

Update dependence

0.1.4 #

Code restructure

0.1.5 #

DimensionSizedBox

0.1.6 #

Update license.

0.1.7 #

Update dependency.

0.2.0 #

Breaking change: Fix: Migrate use of hashValues to Object.hash api which has been the latest standard since Dart 2.14.0

16
likes
140
points
9.33k
downloads

Publisher

verified publisherwenkaifan.com

Weekly Downloads

2024.09.17 - 2025.04.01

A Flutter package that introduce the Dimension class. It mimics the css length unit and supports units like px, percentage, vw, vh, vmin ,and vmax.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_class_parser

More

Packages that depend on dimension