-
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
Isolating examples from the main package #353
Comments
@mukireus can you do this? @TahaTesser what is your take? |
Assuming the @mukireus is talking about users using the package from pub.dev and then running We can try using Feel free to file a PR, if not I will address this next month when I am back to work. |
Sure, I can work on a draft PR. @ulusoyca @TahaTesser I wasn't aware of the |
I'll recommend looking up existing |
cc @TahaTesser |
@mukireus I'll take a look tonight. |
Hi @mukireus, There are many changes, and they are not very clear. This should be split into multiple PRs to make it easier to understand the changes and the reasoning behind them.
I’m not sure which README file is missing. Is it the wolt_modal_sheet README? https://github.com/woltapp/wolt_modal_sheet/blob/main/README.md
It's not working as intended? Can you please provide more details? Does it exclude examples folder but not doc folder? |
Hi, @TahaTesser
Because of this, we now need two Yes, even though I added "doc" to the |
@mukireus please go ahead file the PR in main repository. We can move it forward with doc folder for now. It's not a major hurdle as pub doc recommend 100mb at most, we're probably way lower than that. If not, we can optimise it in the future. |
What feature would you like to see?
Note
Related issue: #345
When users run the
pub get
command, they download theexamples
andpackages
folders, even if they don’t need them. This increases the number of files and can slow down the process. On CI/CD tools without caching, it may take even longer.When I checked, the
example
,examples
, andpackages
folders are approximately 11.6 MB in size.Additionally, the
docs
folder contains images and is 29 MB in size.Suggestion: Move the
example
folder into apackages
directory and include only the main package. This approach is used in the widgetbook project.See
The text was updated successfully, but these errors were encountered: