https://pub.dev/api/packages/box_transform/feed.atomRecently published versions of package box_transform on pub.dev2024-06-17T16:49:49.947813Zhyperdesigned.devPub Feed GeneratorA pure dart implementation of advanced 2D box transformation with easy and simple API.urn:uuid:b194342b-dabf-400b-a649-d734a40ca447v0.4.4 of box_transform2024-06-17T16:49:49.947813Z0.4.4 was published on Jun 17, 2024.
Changelog excerpt:
- Update root pubspec.yaml name from box_transform to melos_box_transform.
- Fix repository & homepage url in pubspec.yamlurn:uuid:f19b0057-8f80-450d-b71a-29ea7c52113av0.4.4-dev.4 of box_transform2024-06-17T16:31:14.025422Z0.4.4-dev.4 was published on Jun 17, 2024.
Changelog excerpt:
- Update root pubspec.yaml name from box_transform to melos_box_transformurn:uuid:c7f7ca8c-70ab-4c93-91ba-76b5dca8ed34v0.4.4-dev.3 of box_transform2024-06-17T16:18:42.905445Z0.4.4-dev.3 was published on Jun 17, 2024.
Changelog excerpt:
- Revert root pubspec.yaml.urn:uuid:f119bb6b-87e8-4438-9c2d-a7c68ed731bcv0.4.4-dev.2 of box_transform2024-06-17T16:09:38.438624Z0.4.4-dev.2 was published on Jun 17, 2024.
Changelog excerpt:
- Update root pubspec.yaml name from box_transform to melos_box_transformurn:uuid:83ce8eb0-e24a-472a-a88d-77798ffb4cafv0.4.4-dev.1 of box_transform2024-06-17T15:40:13.200849Z0.4.4-dev.1 was published on Jun 17, 2024.
Changelog excerpt:
- Fix pubspec.yaml repository url.urn:uuid:ff3f03bc-d325-4f46-a3af-e79cae9dca9fv0.4.3 of box_transform2024-06-17T10:05:06.205335Z0.4.3 was published on Jun 17, 2024.
Changelog excerpt:
- Update dependencies & resolve deprecation warnings.
- Fix a bug where terminal resize events triggered on the incorrect axis.urn:uuid:da06b90a-fabd-48be-bba2-1945c101ec6fv0.4.1 of box_transform2023-06-06T05:36:03.397465Z0.4.1 was published on Jun 6, 2023.
Changelog excerpt:
- Remove `DoubleExt`from package exports.urn:uuid:428f9955-6643-4c5e-8294-fc971dd5a87fv0.4.0 of box_transform2023-06-04T08:49:29.493131Z0.4.0 was published on Jun 4, 2023.
Changelog excerpt:
- Fix stack overflow error when the clamping rect is smaller than the box rect.urn:uuid:bb510929-7f98-46e9-b512-51c02ef10b42v0.3.0 of box_transform2023-05-31T18:44:39.627772Z0.3.0 was published on May 31, 2023.
Changelog excerpt:
- Refactored the core logic to make it more readable, cleaner and easier to maintain.
- Fix issues with resizing, constraints, clamping and flipping.
- [BREAKING]: Replace `flipRect`with `allowFlipping`.
- [BREAKING]: Rename `initialBox`to `initialRect`in `BoxTransformer.move`and `BoxTransformer.resize`methods.
- `ResizeResult`now exposes `laregest`rect and `handle`used.
- Refactored code and performed some cleanup.
- Bump up Dart sdk constraints to `3.0.0`.
- Update all documentation to reflect the new changes.
- Fix broken links in docs.
- Add tests for resizing features.urn:uuid:ed223d00-d636-481b-806f-ed1fa77554b3v0.2.1 of box_transform2023-04-07T06:53:40.382902Z0.2.1 was published on Apr 7, 2023.
Changelog excerpt:
- Update license to Apache 2.0.
- Update docs and fix broken links.