Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.25k stars 150 forks source link

ResponsiveWrapper is not working #167

Open NumanAhmad1 opened 8 months ago

NumanAhmad1 commented 8 months ago

when i use ResponsiveWrapper it gives an error that it is an undefined class, i have tried it with .builder but still not working, but when i use ResponsiveBreakpoints then it works.

abigotado commented 8 months ago

There is no ResponsiveWrapper in the latest version. See the migration guide:

https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md

F7085 commented 8 months ago

There is no ResponsiveWrapper in the latest version. See the migration guide:

https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md

So @abigotado , the library is not offering the most important thing, the auto Scale? Now is the same to put a sizedBox with a burned value?

abigotado commented 7 months ago

@F7085 No, it provides autoscaling like it used to, but now it is set up differently - using ResponsiveScaleBox and ResponsiveValue instead of ResponsiveWrapper, as it is described in the guide.