-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create redesign components separate package #1255
Comments
@bartekpacia what can we use to achieve this? Do you think that just having multiple separate folders in the lib/ directory is enough? Or do we go with a tool like melos? Or is there any other way to achieve the desired result? |
Nope. Multiple folders under
Every directory under RE Melos: it does come in handy as number of packages grow, but for 2, I don't think it makes much sense. I haven't used its changelog genering feature as well, so can't say a much, but from what I've seen it's mostly for packages that are published to pub.dev and which enforce Conventional Commits. As an example, the Flutterfire repo uses Melos extensively, but it's quite massive in terms of package count. For 2 packages, I just don't think we'd get that much of a value from using Melos. |
I see, so having the pubspec.yaml in each directory is what makes the difference... I agree with your reasoning to not use melos. Thanks for the clarification! |
Create a separate package that only depends on flutter and UI packages to create the redesign components
The text was updated successfully, but these errors were encountered: