-
As a maintainer of a monorepo I'd like to have a possibility to bump package versions with help of melos tool. Please let me know if that's in scope of the responsibilities of melos
-
Consider the following `pubspec.yaml`:
```yaml
name: example
```
Running `pub get` on this yaml file will result in:
```
pubspec.yaml has no lower-bound SDK constraint. …
-
Command `melos bootstrap` is breaking on github actions since this new version.
Please check the following logs:
```
melos bootstrap
└> /Users/rafaelcmm/Workspace/qwkin-dart
Bootstrappin…
-
after executing any command I get this output:
```
Your current directory does not appear to be a valid workspace.
Does the "melos.yaml" file exist in the root?
```
Shouldn't init command creat…
-
## Bug report
Commit: 8a58dac3afbc2a80bfd18398158fdc0f75af1210 (part of PR #4909)
In RemoteMessage.fromMap():
Apparent regression in handling of missing 'contentAvailable' & 'mutableConten…
-
When using flutter on master channel, running `melos bootstrap` results below error message:
```
ychris-macpro:melos_test ychris$ melos bootstrap --ignore="*example*"
melos bootstrap
└> /Use…
-
Related to #26
When no `melos.yaml` is specified, running `melos bootstrap` can throw:
```yaml
pubspec.yaml has no lower-bound SDK constraint.
You should edit pubspec.yaml to contain an SDK co…
-
Currently, in this repo only contains code that are solely dependent on Dart SDK. But, when we add support for mobile devices, we need access to Flutter SDK too.
I've already added Android support …
-
# Environment
pub version: `Pub 2.10.0-110.0.dev`
# Problem
When using a cmd added via `pub global activate` it always exits the cmd prompt session.
## Expected behavior
Not to close the …
-
I'm trying to run `flutter pub run build_runner build` in one of the packages, but get this error:
```
Cannot parse an empty string.
package:pub_semver/src/version_constraint.dart 159:7 …