widgets library
this file exports all the widgets of this package
Classes
- AutoLayout
- This stateless widget will allow the developers to develop for multiple screen sizes. You can create breakpoints, the points in which the auto-layout should use that widget when the screen size is within those thresholds
- AutoLayoutHelper
- A helper for AutoLayout to make it easier develop for different screen sizes.
- IAutoLayout
- An interface to make it easier to implement auto layout capabilities
-
SmartCameraState<
T extends StatefulWidget> - an abstract state that helps you to initialize and dispose the camera correctly you can listen or get updates for various callbacks from this abstract class as well
Extensions
- AutoLayoutExtension on IAutoLayout
- an extension to make it easier to build an AutoLayout from IAutoLayout interface