Applications of Fpdart - functional programming with Flutter

Functional programming has been garnering more attention in recent years, for good reason: it’s a tool for writing more predicatable and readable code. I won’t go into the details here - many, many, articles have covered that already. If you are looking for an intro, though, this reddit comment may prove helpful. This post explains how I’ve incorporated aspects of functional programming into my Flutter projects with Fpdart. Each section includes an example of how a feature from the package can be used, as well as any potential downsides and considerations....

February 1, 2023 · 7 min · 1315 words · Peter Salmon