You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ Functional programming in Dart and Flutter. All the main functional programming
27
27
28
28
Fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://typelevel.org/cats/typeclasses.html#type-classes-in-cats), and [dartz](https://github.com/spebbe/dartz).
29
29
30
-
**Note**: The package is still in early development. The API may change frequently and there will be many breaking changes. The documentation and testing is currently under development, but it is coming soon and fast. Follow my [**Twitter**](https://twitter.com/SandroMaglione) for daily updates.
30
+
> **Note**: The API is still evolving and it may change. New documentation and testing is always ongoing. Follow my [**Twitter**](https://twitter.com/SandroMaglione) for updates
31
31
32
32
## 📖 Learn `functional programming` and `fpdart`
33
33
@@ -75,7 +75,7 @@ Would you like to know more about functional programming, fpdart, and how to use
75
75
```yaml
76
76
# pubspec.yaml
77
77
dependencies:
78
-
fpdart: ^0.0.14# Check out the latest version
78
+
fpdart: ^0.1.0# Check out the latest version
79
79
```
80
80
81
81
## ✨ Examples
@@ -288,6 +288,7 @@ In general, **any contribution or feedback is welcome** (and encouraged!).
description: Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
0 commit comments