Aniketkhote / refreshed

Enhanced GetX for Flutter: Stability, Performance, Beginner-Friendly.
https://pub.dev/packages/refreshed
Other
67 stars 7 forks source link

Please Provide a Matrix/Documenation of Breaking Removals/Additions for People Attempting to Migrate #9

Closed jlambright closed 6 months ago

jlambright commented 8 months ago

In order for potential users to make an informed decision, they need an idea of how much refactoring is ahead of them. Please provide some kind of documentation on which classes/function/properties have been removed.

asterd commented 8 months ago

My personal experience on a medium-sized app: you have just to follow the draft migration guide (https://github.com/jonataslaw/getx/issues/2966) since it is based on getx 5 branch. In addition, he choose to remove minor extension methods (like padding and others) to the quickly package. It's a little bit annoying to migrate if you have used it a lot, but is also pretty simple. My migration requires no more than one afternoon (for a project with around 60k lines of code).