-
*@kmelliti commented on Apr 6, 2021, 10:15 AM UTC:*
## Steps to Reproduce
Greetings, I want to report an android studio related issue , when I use this library {[https://pub.dev/packages/dartz}](htt…
ghost updated
3 years ago
-
Hi @spebbe
The package is awesome and it is also really popular on pub 💯
I would like to ask if you have in mind a roadmap for the future of dartz. It could be also useful for possible contrib…
-
Any plans to provide test helpers? Something like https://pub.dev/packages/dartz_test maybe?
-
Hi and thanks for propcheck! I use it in the majority of the test suites in https://github.com/spebbe/dartz/ and also at work.
I'm currently in the process of developing a Dart 2-compatible version…
-
is it possible to use Response type using a dartz package to return response type of following:
GET("/tasks")
Future getTasks(@Header("Content-Type") String contentType );
If there is anything…
-
I have been going through a refactoring stage of a code base and looking through a list of snippets like:
```
Either get failureOrUnit => value.fold(
(l) => left(l),
(r) => rig…
-
`prepend`, `append`, `set` looks great but what if I need insert some entity between existing ones? Which way is the elegant FP-way in paradigm of `dartz`? I grabbed all the tests but had found no exa…
-
I'm just in the middle of a major refactor which involves moving a lot of my Dartz code into FPDart. While going through your articles I found how amazing the `TaskEither.tryCatch()` is at cleaning u…
-
I'm in need of a RouteAware hook for a HookWidget to observer for route changes and make state updates.
This would be a good tutorial/example of what some of use cases would be: [https://medium.com/f…
-
In the following scenario
https://stackoverflow.com/questions/75007868/with-dartz-is-it-possible-to-pass-a-failure-on-to-the-function-that-is-folding-m/75008089#75008089
it would be great to ha…