flutter_adaptive_ui library

Enums

DesignLanguage
Design Language based on the PlatformType.
PlatformType
Platform Type based on the TargetPlatform and thekIsWeb
ScreenSize
Screen Size based on screen width.
ScreenType
Screen Type based on the screen width.

Extensions

BreakpointX on BuildContext
Extension methods to get the current breakpoint to a BuildContext.
ScreenX on Screen
Extension methods on Screen

Functions

getDefaultDesignLanguage() DesignLanguage
A top level function taht obtains DesignLanguage based on the PlatformType.
getDefaultPlatform() PlatformType
A top level function taht obtains PlatformType based on the TargetPlatform and the kIsWeb.

Typedefs

AdaptiveWidgetBuilder = Widget Function(BuildContext context, Screen screen)
The signature of the AdaptiveBuilder builder function.