ResponsiveFramework
ResponsiveFramework copied to clipboard
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
In my app with 'ResponsiveScaledBox' there is a problem with GoogleMap markers. The markers are rendered in the right place. But their tap area is displaced - it can be...
Encountered strange problem: when I run my app on tablet (iPad 10th gen) modal bottom sheet resizes incorrectly - it's has smaller width than screen. Problem occurres with version 0.2.0....
- Font getting squeezed ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.16.1, on macOS 13.5.2 22G91 darwin-arm64, locale en-DE) [✓] Android toolchain...
HiHi, could I ask a queston? I like this frame. But when I open website in mobile chrme, I can't use finger to zoom in and out? I think the...
Hi, Have you Noticed? When you try to use the drag feature in the **Flutter ReorderableListView**, it throws ` I/flutter (14425): I/flutter (14425): ===Firebase Crash ERROR Catcher======= I/flutter (14425): I/flutter...
Hi, i want to migrate to the new version but i don't know how to migrate to be compatible with GetX package. can you provide an example to use it...
Hello, Very great job, this fix the draggable pointer problem, but i have a bug inside showDialog. For this to work inside showDialog, ResponsiveScaledBox must be implemented like this: ```...
``` dart Padding( padding: const EdgeInsets.symmetric(horizontal: 16), child: ResponsiveRowColumn( columnSpacing: 5, rowSpacing: 5, columnCrossAxisAlignment: CrossAxisAlignment.center, columnMainAxisAlignment: MainAxisAlignment.center, rowCrossAxisAlignment: CrossAxisAlignment.center, rowMainAxisAlignment: MainAxisAlignment.center, layout: breakpoint.isMobile ? ResponsiveRowColumnType.COLUMN : ResponsiveRowColumnType.ROW, children: [ ResponsiveRowColumnItem(...
In older version 0.2.0 i used to call this value with ResponsiveWrapper.of(context).scaledWidth needed by the onboarding_overlay package to be responsive (since version 3.1.0 of the package. But in the 1.0.0...
It is better to listen the changes of responsive framework like `ResponsiveBreakPoints.of(context).listen()`