leoafarias/fvm

[Feature Request] Support range versions

Open

#751 opened on 2024年7月10日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Dart (277 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,419 stars)
PR merge metrics
 (平均マージ 1d 11h) (30d で 12 merged PRs)

説明

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

コントリビューターガイド