-
I have packages
and I want to reference them in the main pubspec.yaml do I have to first publish them to https://pub.dev ? is there a way I can use them offline something like using the path
packa…
-
I have this
```
packages:
- packages/**
- open/**
- "*"
```
But when I run melos bootstrap only packages from packages folder are bootstrapped.
-
If you add a dependency in a `pubspec.yaml` file which does not exist (both locally and on pub), the `melos bs` command will hang forever:
```
dependencies:
fooooooo: ^0.0.1
flutter:
sd…
Ehesp updated
2 years ago
-
## Bug report
After upgrading from 2.6.3 to 2.7.1 I noticed the app would crash anytime I call recordError.
Reverting back to 2.6.3 fixes the issue.
### Steps to reproduce
1. Upgrade to vers…
YDA93 updated
2 years ago
-
Hello everyone 👋
Constant API changes on platforms and increasing functionality has made the current plugin large, complex, and error-prone. Therefore, it would be apt to break the `wifi_iot` plugi…
daadu updated
2 years ago
-
### 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…
-
OS: Windows 10
Melos: 1.0.0-dev.10
Any command that I run will execute multiple times, and in some cases not terminate (for as long as I let it go at least).
This seems to happen even with `mel…
-
I'm unable to install the `spec_cli`. #32 fixed the Riverpod 2 problem. However, it's still not possible to install `spec_cli`.
Running `dart pub global activate spec_cli` prints this output:
Ou…
-
* dart test
```
Resolving dependencies... (19.4s)
Because romantic_common depends on masonx ^0.0.9 which doesn't match any versions, version solving failed.
```
```yaml
d…
-
**Is your feature request related to a problem? Please describe.**
The current directory structure creates bad links on pub.dev for Example content for flutter packages.
For example, clicking on the…