felangel / flow_builder

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
https://pub.dev/packages/flow_builder
MIT License
390 stars 64 forks source link

feat: make flow controller listenable #16

Closed jeroen-meijer closed 3 years ago

jeroen-meijer commented 3 years ago

Status

READY

Breaking Changes

NO

Description

This PR includes minor changes that makes the FlowController class listenable. This makes it easy to listen to state changes using the incredibly aptly named AnimatedBuilder.

Type of Change