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

1.x migration documentation blocking Dart 3/ Flutter 3.10+ upgrades #151

Closed mdmm13 closed 8 months ago

mdmm13 commented 1 year ago

Issue: It appears that lots of people (~50% of open issues) who successfully used 0.2 are stuck upgrading to 1.x, which now blocks Dart 3 and Flutter 3.10 dependency upgrades. It appears to be a documentation issue rather than a code issue, hence an easy fix.

Request: Clarify upgrade path documentation from 0.2 to 1.x.

Affected issues: #131, #136, #142, #145, #146, #148, #150, #152

rello86 commented 1 year ago

Any news on the above? Thanks.

rayliverified commented 1 year ago

Good news is tomorrow is Labor Day so I'll finally have some time to update the docs and provide an example. Thank you @mdmm13 for summarizing the issues!

mdmm13 commented 1 year ago

Good news is tomorrow is Labor Day so I'll finally have some time to update the docs and provide an example. Thank you @mdmm13 for summarizing the issues!

Thank you so much @rayliverified ! Think given the popularity of the package (~2500 likes 🚀), there will be lots of happy users if we can get 1.1.0 working as well as 0.2.0.

Unrelated: was trying to look through your main CodelesslySDK project to see how you use 1.1.0, but realized it's not in the pubspec. How do you guys manage responsiveness there?

mdmm13 commented 12 months ago

Good news is tomorrow is Labor Day so I'll finally have some time to update the docs and provide an example. Thank you @mdmm13 for summarizing the issues!

Any updates on this @rayliverified?

rayliverified commented 12 months ago

Thank you all for your patience!

I've created a migration guide. Migration Guide

Please review and I'll do my best to answer any questions.