We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0adef9 commit be39135Copy full SHA for be39135
1 file changed
README.md
@@ -42,7 +42,7 @@ class Profile extends Equatable {
42
```dart
43
FlowBuilder<Profile>(
44
state: const Profile(),
45
- onGeneratePages: (profile) {
+ onGeneratePages: (profile, pages) {
46
return [
47
MaterialPage(child: NameForm()),
48
if (profile.name != null) MaterialPage(child: AgeForm()),
0 commit comments