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
389 stars 63 forks source link

feat: add parameter names to OnGeneratePages #72

Closed Lootwig closed 2 years ago

Lootwig commented 2 years ago

Status

READY

Breaking Changes

NO

Description

Convenience update to identify typedef function parameters when IDE supports auto-completion. Before (IntelliJ): (p0, p1) => ... After: (state, pages) => ...

Type of Change