responsive_builder icon indicating copy to clipboard operation
responsive_builder copied to clipboard

A set of widgets to make responsive UI building in flutter more readable

Results 23 responsive_builder issues
Sort by recently updated
recently updated
newest added

I have been developing a website in flutter using this package. It works well on localhost but fails on github pages. Is there anything I can do to make it...

I have read the docs about your package. I decided using it for my website. But one thing i wanna know. Is this package can detect phone or tablet screen...

If I turn my iPhone 12 Mini to landscape, `isMobile=false`. How can I handle this or how could I do a workaround?

question

Hello, there's an issue with flutter 2.10.5 when opening keyboard and using `responsive_builder`. It will call `build` and `didChangeDependencies` multiple times. This is not happening in 2.8.1. **2.8 video below**:...

bug
p1

What's the best way to handle the `onTap` event from `DrawerOption` to change the Widget in the `HomeView` pages? I was able to get it working using a `StreamBuilder` that...

Hi, I see in the `build` method of ScreenTypeLayout, that we have access to the `SizingInformation` but are not passing it to each builder: ``` @override Widget build(BuildContext context) {...

enhancement

Hi @FilledStacks first of all, you have made a great lib that really helped with adapting UI for different devices. Second, I wanted to highlite the possible improvement for the...

enhancement