-
When running `build_runner` to generate classes I am encountering the following.
```
NoSuchMethodError: Closure call with mismatched arguments: function 'MutablePackageTree.allPackages'
Receiver…
-
In Dartz package we have *Either* type to represent either L type or R type.
I thought that this should mimic this behavior
```dart
@immutable
abstract class Either with _$Either {
const fac…
-
I have the same problem, too.
```
--go_out: protoc-gen-go: Plugin output is unparseable:
```
system: Win10 1909
protoc version: protoc-3.11.4-win64, (I tried 3.9.1 still has the same problem)…
-
Hello Milad!
The same problem that happened in **injectable** mentioned in [the issue no. 12](https://github.com/Milad-Akarie/injectable/issues/12) also happens in **auto_route** with route arguments…
-
URL: https://pub.flutter-io.cn/help
'protoc_plugin' stays on the version 0.7.11, it can be upgraded.Like below:
==================================
$ pub global activate protoc_plugin 19.0.1
Pa…
-
* Castlevania: Order of Ecclesia
* Ultimate Mortal Kombat
* The World Ends With You
Issue reported by Auri and Dartz
-
## Bug report
**Describe the bug**
I just refactored my project to use the latest FlutterFire sdk >= 0.14.1+3, and all of a sudden in a project that was working before, with the previous version…
-
At the risk of wearing our my welcome, do you think this is a dartz issue or a Dart issue?
```
Future _getWithHeadersStreamed(String targetUri, JwtAuthService svc) =>
svc.getRequestHeaders().…
-
I am aware that the conveyor stuff is still experimental, and I am only using it to try out a few things.
There are many methods which can be used to merge streams (plus, interleave, zip, ...). Howev…
-
I've made a couple of extension methods trying to simplify the extremely verbose syntax when using `Task`. I'm left mapping in case of a failure to preserve unexpected errors.
```
class AppFailure {…