Skip to content

Commit be39135

Browse files
committed
docs: update README
1 parent a0adef9 commit be39135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Profile extends Equatable {
4242
```dart
4343
FlowBuilder<Profile>(
4444
state: const Profile(),
45-
onGeneratePages: (profile) {
45+
onGeneratePages: (profile, pages) {
4646
return [
4747
MaterialPage(child: NameForm()),
4848
if (profile.name != null) MaterialPage(child: AgeForm()),

0 commit comments

Comments
 (0)