leoafarias/fvm

[Feature Request] Support range versions

Open

#751 建立於 2024年7月10日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Dart (277 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (5,419 star)
PR 合併指標
 (平均合併 1天 11小時) (30 天內合併 12 個 PR)

描述

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

貢獻者指南