responsive_extensions library
Classes
- ResponsiveBuilder
- ==== RESPONSIVE WIDGET BUILDER ==== Widget that rebuilds when screen size changes
- ResponsiveConfig
- ==== CONFIG ==== Configuration class for responsive design Set your design file dimensions here
Extensions
- ResponsiveContext on BuildContext
- ==== BREAKPOINTS & DEVICE HELPERS ==== Extensions on BuildContext for responsive design utilities
- ResponsiveDouble on double
- ==== DOUBLE SCALING EXTENSIONS ==== Extensions for responsive sizing on double values
- ResponsiveDoubleNoContext on double
- ==== CONTEXT-LESS DOUBLE EXTENSIONS ==== Call ResponsiveConfig.init(context) once before using these
- ResponsiveHelpers on BuildContext
- ==== EXTRA RESPONSIVE HELPERS ==== Additional helper methods for responsive layouts
- ResponsiveIntNoContext on int
- ==== CONTEXT-LESS INT EXTENSIONS ==== Call ResponsiveConfig.init(context) once before using these
Functions
-
mSym(
{required dynamic w, required dynamic h}) → EdgeInsets -
pSym(
{required dynamic w, required dynamic h}) → EdgeInsets - Context-less global helpers for padding/margin