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

Intellisense on `update` doesn't autocomplete state argument #64

Closed narcodico closed 2 years ago

narcodico commented 2 years ago

Describe the bug The intellisense on update doesn't autocomplete state argument.

Expected behavior When calling update the intellisense should autocomplete the state argument.