merge develop into components
- modify onboarding screen to use step indicator component
This commit is contained in:
@@ -7,7 +7,7 @@ void main() {
|
||||
themePackages();
|
||||
|
||||
testGoldens('Step Indicator', (tester) async {
|
||||
final widget = (int step)=>StepIndicator(max: 3, current: step, color: Colors.blueAccent);
|
||||
final widget = (int step)=>StepIndicator(total: 3, current: step, color: Colors.blueAccent);
|
||||
final builder = GoldenBuilder.column()
|
||||
..addScenario('step -1', widget(-1))
|
||||
..addScenario('step 0', widget(0))
|
||||
|
||||
Reference in New Issue
Block a user