canonical / canonical/ubuntu-flutter-plugins
Nested wizards
- Dominant language
- Dart
- Stars
- 66
- Forks
- 16
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
```dart
Wizard(
routes: {
'/a': WizardRoute(builder: ...),
'/b': WizardRoute(
children: {
'/1': WizardRoute(builder: ...),
'/2': WizardRoute(builder: ...),
'/3': WizardRoute(builder: ...),
},
),
'/c': WizardRoute(builder: ...),
},
)
```
See also:
- canonical/wizard_router#58
Contributor guide
Research direction
Start by reviewing the existing Wizard and WizardRoute APIs, then read the linked canonical/wizard_router#58 discussion for the intended nested-routing behavior. Done means the example's nested children configuration is supported and covered by the project's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100