Basic package with a collection of utilities and tools for Tkmonkey project and libraries
Import this library into your project:
tools_tkmonkey: ^latest_version
-
Tool to implementing an easy way to drag widget, follow this package to understand more about this: Tale Drawer
Implementing vertical drag
-
Tool to create a custom controller for widget with animation behavior. The way to connect the controller with the
StatefulWidget
with the animation behavior is using theTKMControllerMixin
. Follow this package to understand more about this: Tale Drawer