-
I was looking in the package and saw a file named `run_tests.sh`. I believe it may is not necessary since melos can already perform those tests.
-
### Describe the bug
I'm using flutter_rust_bridge in a plugin & using that plugin in an Flutter Application (example application of the plugin). I guess I followed all the instructions of the docs…
-
melos.yaml:
```
name: foo
packages:
- packages/**
ignore:
- synthetic_package
```
Steps:
```
$ mkdir packages
$ cd packages
$ flutter create --platforms linux flutter_app
$ cd f…
-
I am running on an M1, Flutter doctor is all fine, but when trying to install mason it fails. Brew throws the attached output and dart pub global activate does not but does not create a binary to run …
-
When package is installed globally on windows it runs commands twice no matter what.
Probably an issue with bat file generated by pub.
I have this issue using dart 2.14.4 (stable) and [melos package…
-
I have been getting this error with melos version 1.1.2 but cannot repro when I downgrade to 0.4.11. When running a series of of melos commands (that happen to build example apps and run integration t…
-
Just wanna ask how did you test locally. I just saw [1.20.2-dev](https://github.com/dart-lang/test/blob/master/pkgs/test/CHANGELOG.md#1202-dev) released, and my project have 20+ packages.
The work…
-
When we ([Flame](https://github.com/flame-engine/flame)) run for example:
```sh
melos version flame_tiled 1.1.1
```
there is no automatic changelog entries generated, even though there are unrelea…
-
**Describe what scenario you think is uncovered by the existing examples/articles**
I would like to understand downside of nesting providers.
By reading the source code as far I understood the …
-
Bad state: Stream has already been listened to.
#0 _StreamController._subscribe (dart:async/stream_controller.dart:635:7)
#1 _ControllerStream._createSubscription (dart:async/stream_contro…