The third major release. See it on pub.dev
This release comes with more natural instantiation of units, code generation to more easily add new units, and generally a more terse syntax. To keep things uncluttered, old methods are removed. For help migrating to this version from 2.x, see the migration guide.
To use this version in your project, run:
flutter pub add fling_units^3.0.0
or, add the following to your pubspec.yaml
:
dependencies:
fling_units: ^3.0.0
Full Changelog: v2.2.7...v3.0.0