-
Hi,
I try to use dartz for flutter web with this command:
`flutter run -d chrome --release -t lib/main_dev.dart -v`
But I get this error:
```
[ +3 ms] Target dart2js failed: Exception: lib/…
-
I was reading Page URL: https://dart.dev/guides/language/effective-dart/documentation
Page source: https://github.com/dart-lang/site-www/tree/master/src/_guides/language/effective-dart/documentation.…
-
**Describe the bug**
Received game name in source parameter, which should be the game partner name
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Go to Game home
2. Click on the fir…
-
## 🔙 Regression
List permissions_group = [PermissionGroup.contacts, PermissionGroup.storage];
Map permissions =
await PermissionHandler().requestPermissions(permissions_group);
pr…
-
Hey @spebbe,
1) Do you think there's a way, with the current hierarchy or even at all in Dart (especially now with static extension methods), for a MonadLens to exist that could become the supercla…
-
I've got this compiler message:
> Compiler message:
...pub-cache/hosted/pub.dartlang.org/dartz-0.8.5/lib/src/io.dart:69:7: Error: Class 'Free…
-
Hi spebbe,
In the first place, I want to thank you to bring functional programing to Dart.
However I have a question related to `Task` and `Future`. If you got time to take a look at my problem I …
-
Bad news: [CHANGELOG](https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md)
Leads to:
```
Compiler message:
file:///Users/-/.pub-cache/git/dartz-c793e317bfdca1062144f33e4cb224704435ebe6/l…
-
I'm getting the following compiler message when trying to use dartz Options in a flutter project. It' on Dart 2.3.3.
```
Compiler message:
file:///Users/catherinethompson/.pub-cache/hoste…
-
We would like to have a straight-forward way to evaluate collections for "empty". Today we use constructs such as `myIList.headOption.isNone()` and `myISet.all((_)=>false)`. It would be nice to use so…