-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResponsiveWrapper is not working #167
Comments
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? |
@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. |
I stumbled upon this issue aswell. Please update the readme, because it is indeed confusing. |
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.
The text was updated successfully, but these errors were encountered: