You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| box_transform |[](https://pub.dev/packages/box_transform)| A pure Dart implementation of transformation operations that doesn't rely on Flutter.|
16
-
| flutter_box_transform |[](https://pub.dev/packages/flutter_box_transform)| A Flutter implementation of Box Transform that provides flexible, customization and easy to use interface tailored for Flutter projects. |
| box_transform |[](https://pub.dev/packages/box_transform)| A pure Dart implementation for box transformation operations that does not rely on Flutter. |
16
+
| flutter_box_transform |[](https://pub.dev/packages/flutter_box_transform)| A Flutter implementation that provides a flexible, customizable and easy to use interface tailored for Flutter projects. |
17
17
18
18
19
19
## Features
20
20
21
21
* 📏 **Dimension Constraining:** Set maximum and minimum constraints to keep boxes within specific boundaries while resizing.
22
22
* 🔁 **Flipping Mechanics:** Advanced positional-flipping when resizing hits extreme values with hard constraints.
23
-
* 🔒 **Drag Clamping:**Clamp boxes inside a parent box to contain them within a specific area.
23
+
* 🔒 **Drag Clamping:**Specify clamping boxes to keep your transformable boxes within a specific region.
24
24
* 🎨 **Flexible Resizing Modes:** Choose from four different resizing modes for more flexibility in how boxes are resized.
25
25
* 📍 **Customizable Anchor Points:** Define resizing corner-handles to anchor different parts of the box when resizing.
26
26
* 🎨 **Customizable Handles:** Use default resizing handles or define your own custom handles.
27
-
* 🚀 **Easy Integration:** Integrate Box Transform into your dart or flutter project with ease.
27
+
* 🚀 **Easy Integration:** Integrate Box Transform into your Dart or Flutter project with ease.
28
28
29
29
## Getting Started
30
30
@@ -52,6 +52,8 @@ See [DEVELOPMENT.md][development] for development setup.
52
52
</tr>
53
53
</table>
54
54
55
+
Feel free to join our Discord server for any inquiries or support: https://discord.gg/yrahEhCqTJ
0 commit comments