flutter_responsive_plus 1.0.0 copy "flutter_responsive_plus: ^1.0.0" to clipboard
flutter_responsive_plus: ^1.0.0 copied to clipboard

The ultimate Flutter responsive & adaptive toolkit. Combines MediaQuery shortcuts, ScreenUtil-style Figma scaling, LayoutBuilder helpers, platform detection, breakpoint management, and extension-based sizing.

1.1.0 #

✨ New — Per-Breakpoint Figma Canvases #

  • ResKitDesignConfig — holds separate Figma canvas sizes for mobile, tablet, desktop, web, tabletSmall, tabletLarge, desktopLarge
  • ResKitDesignSize — immutable canvas size with 12 built-in named presets (iphone14, ipadMini, macbookAir, webBrowser, fullHD, qhd, …)
  • ResKitConfig.designs — new field; when set, the active canvas auto-switches as the screen size / orientation changes
  • ResKit.activeDesign — exposes the currently-active ResKitDesignSize
  • ResKit.figmaWidth / figmaHeight — always reflect the active canvas

✨ New — ResKit.builder() #

  • ResKit.builder(mobile, tablet, desktop, web, mobileLarge, tabletSmall, tabletLarge, desktopLarge, desktopXL) — supply all possible layouts; the package picks the right one automatically
  • Accepts both static widgets and Widget Function(BuildContext) builders
  • onLayout callback receives ResKitLayoutInfo (layout type, screen size, active canvas, device type, isWeb)
  • context.responsiveBuilder(…)BuildContext extension shortcut

✨ New — Supporting Types #

  • ResKitLayoutType enum — one value per builder slot
  • ResKitLayoutInfo — snapshot passed to onLayout

1.0.0 #

  • Initial release — ResKit global namespace, Figma scaling, num extensions, BuildContext extensions, breakpoints, platform detection, ResponsiveBuilder, AdaptiveBuilder, WebContentWrapper, ResponsiveVisibility, ResKitMediaQuery, ResKitUtils, ResKit.debugPrint()
3
likes
0
points
94
downloads

Publisher

verified publishermysteriouscoder.com

Weekly Downloads

The ultimate Flutter responsive & adaptive toolkit. Combines MediaQuery shortcuts, ScreenUtil-style Figma scaling, LayoutBuilder helpers, platform detection, breakpoint management, and extension-based sizing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_responsive_plus