carpenter_units 0.3.0
carpenter_units: ^0.3.0 copied to clipboard
Cascading relative units for Flutter.
0.3.0 #
- Added typed
deg,rad, andturnangle units with explicit conversions between degrees, radians, and complete turns. - Added numeric literals and canonical parsing for all angle units.
0.2.2 #
- Added the pure-Dart
package:carpenter_units/units.dartentrypoint for build-time consumers that must not load the Flutter widget runtime.
0.2.1 #
- Restored the Flutter
UnitsRootandBuildContextcascade APIs. - Reject time units from length-only Flutter context resolution.
0.2.0 #
- Added a pure-Dart physical unit model while preserving the Flutter cascade.
- Added canonical parsing and serialization for
px,rem,em,ms, ands. - Added explicit length resolution contexts and typed missing-context errors.
- Added
MillisecondsandSecondswith deterministicDurationconversion.
0.1.0 #
- Initial release.
- Added typed
px,em, andremunits. - Added contextual unit resolution.
- Added element-local
emcascading. - Added local
set()andreset()operations.