bamboo library

Classes

Bamboo<T>
Return a responsive value based on the type without context
BambooBreakPoint
Breakpoint allows us to pass our breakpoint based on devices
BambooHidden
Implement a widget that hide based on certain breakpoint based on the bollen values passed to the widget
BambooImage
BambooOrientation
Flutter update oreitaion based on the screen size so use orientaion when you want to make discission on how you layout on things. Landscape oreintation will be bigger than portrait
BambooWidget<T>
Widget that returns a responsive value based on the assign type
Mode<T>
The current mode of the application. Either the Brightness.dark or Brightness.light. See also:

Enums

Unit
Calculate the num and return it responsive value base on unit

Extensions

ModeExtension on BuildContext
Check the current theme mode of the application.
ResponsiveUtil on BuildContext
Extension to define all our screen utilities
ViewPointUnit on num
CSS viewport unit from MediaQuerry

Typedefs

ResponsiveImageBuilder = Widget Function(BuildContext context, dynamic imagePath)