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

[Feature Request] Support range versions #751

Open
MiniSuperDev opened this issue Jul 10, 2024 · 0 comments
Open

[Feature Request] Support range versions #751

MiniSuperDev opened this issue Jul 10, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MiniSuperDev
Copy link

Hello, for example I want to support any version of 3.22 , without the need to update each patch version, maybe minor.

"flutter": "3.22.*",

Syntax like versions in pubspec or composer syntax

Then you can install any of the range valid versions in the project.

This is mostly to save disk space and not have versions 3.x.1, 3.x.2, 3.x.N installed.

If each project can use any valid range, it prevents everyone from having to update each project in each patch/minor update to remove the previous minor version from the disk.

Thanks

@MiniSuperDev MiniSuperDev added the enhancement New feature or request label Jul 10, 2024
@leoafarias leoafarias added the help wanted Extra attention is needed label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants