-
Notifications
You must be signed in to change notification settings - Fork 70
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
Please add migration guide docs #70
Comments
3.x changes are big, it is recommended to check the example. |
Me also shocked by the incompatibility with the old version....wtf.... |
technically it was the worst i've ever encountered in a plugin update so far, its absolutely not backward compatible and with no proper documentation. please provide a way to address those issues. |
@sososdk Please add migration guide like this: |
looks like completely rewritten from version 3.0+ Not able to upgrade from 2+ version. bump. |
Hi guys, I'm in the same situation I need to upgrade the Flutter version from Simply update this one in the pubspec.yml file: flash:
git:
url: https://github.com/princ3od/flash.git
ref: 6197268cefa3a1abcc27913b9f9c3f8adf3d63ca # can be commit hash or branch name I appreciate the author's effort in publishing this package. However, upgrading this package to v3 from v2 without migration docs would take weeks not months in my project. That means, in the meantime, I sill need to find a solution to overcome the root issue completely. |
I have to handle existing project of flutter app that previously use this package at 2.0.3+3 version but now it must be migrated to the latest one.
Currently, I am facing some problems to do so. Many changes were made without docs, like borderRadius, margin, behavior, boxShadows, horizontalDismissDirection on Flash Widget, and so many others. Please add the docs ASAP, thank you.
The text was updated successfully, but these errors were encountered: