Skip to content
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

Separate version of flutter_quill_test and avoid publishing a new version when flutter_quill updated #2299

Open
EchoEllet opened this issue Sep 29, 2024 · 0 comments
Assignees
Labels
deferred This issue is not a current priority and will not be addressed in the near future. enhancement New feature or request minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function

Comments

@EchoEllet
Copy link
Collaborator

The testing utilities were mainly separated from flutter_quill so that users don't have to add flutter_test as a non-dev dependency since the testing utilities depend on it.

We have discussed this in #2276 and across other threads, in short, each package should have its own version separately, one of the reasons is compatibility though we have many other reasons, flutter_quill_test hasn't been updated since the day it's published, publishing a new version every time we make an update to flutter_quill is unnecessary, not only users and other dependencies have to update when we release major release, also it's taking more changes in commit history, duplicate more things in search result when searching in the IDE, when I search about something, I found about 5 to 7 CHANGELOGs that have the exact same change, we should either use better solution (which is possible) though I suggest that we separate them similar to how it's done in all dart and flutter packages.

@EchoEllet EchoEllet added enhancement New feature or request minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function labels Sep 29, 2024
@EchoEllet EchoEllet self-assigned this Sep 29, 2024
@EchoEllet EchoEllet changed the title Separate version of flutter_quill_test Separate version of flutter_quill_test and avoid publishing a new version when flutter_quill updated Sep 29, 2024
@EchoEllet EchoEllet added the deferred This issue is not a current priority and will not be addressed in the near future. label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deferred This issue is not a current priority and will not be addressed in the near future. enhancement New feature or request minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function
Projects
None yet
Development

No branches or pull requests

1 participant