Jonas Finnemann Jensen
Jonas Finnemann Jensen
This is a private package right? And the issue is that it's large, thus, the git-dependency with full clone takes up a lot of space and bandwidth. So is to...
> Basically the idea is to make a mirror clone when the shallow-clone option is not provided i.e we make mirror clone the default strategy for fetching git packages and...
> Use a private package repository? Would certainly alleviate concerns about having a huge git history.
See also https://github.com/dart-lang/pub/issues/2890 which is a different way to solve this. Currently, `pubspec.lock` is only overwritten when `pubspec.yaml` is **not satisfied** by `pubspec.lock`.
> You end up with unintended local changes from unrelated actions, such as opening a project in VSCode (which runs pub get/flutter packages get behind-the-scenes). This really shouldn't happen. Unless...
> Unfortunately it does happen. To reproduce: > * `git clone https://github.com/felixblaschke/simple_animations.git` > * `cd simple_animations` > * `flutter packages get` Great example :D > I think what you mean...
See also https://github.com/Dart-Code/Dart-Code/issues/4256
What is the use-case for this? `pubspec_override.yaml` only matters if you're working on the package, and the package in question is the root package. And then you'd probably be better...
It's unclear to me that semver specifies what a version range is. Pub uses [semantic Versioning spec version 2.0.0-rc.1](https://semver.org/spec/v2.0.0-rc.1.html), which as far as I can read it provides a _total...
Currently pub.dev has badges for: * SDK: Flutter | Dart * Platform: Windows | Android | ... | Web We don't have badges, but we do have search filters (if...