Home

Boost Your Blocs with Functional Programming: bloc_lens in Action

Thu, 04 Jul at 4:10 PM
Lightning talk Async Area 20m

Speaker

Description

BLoC is a great, scalable state management library. Still, it can fall short when it comes to handling complex objects. `bloc_lens` is a new solution to simplify accessing and modifying state in your app. Using the foundations of functional programming and inspired by Haskell, it allows you to hide the complexity of compound state by focusing on one field at a time. During the talk, you will learn the original concept behind functional lenses and how they can help simplify dealing with business logic in Dart.