canonical / canonical/ubuntu-flutter-plugins

Nested wizards

Open
#287 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.