Skip to content

Commit

Permalink
test(cat-voices): Store and restore seeds during onboarding create (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 authored Jan 16, 2025
1 parent 45f8b63 commit 2f3bbbe
Show file tree
Hide file tree
Showing 21 changed files with 987 additions and 168 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import 'package:flutter/material.dart';

class CommonPage {
static const decoratorData = Key('DecoratorData');
static const decoratorIconBefore = Key('DecoratorIconBefore');
static const decoratorIconAfter = Key('DecoratorIconAfter');
static const decorData = Key('DecoratorData');
static const decorIconBefore = Key('DecoratorIconBefore');
static const decorIconAfter = Key('DecoratorIconAfter');
static const dialogCloseButton = Key('DialogCloseButton');
static const voicesTextField = Key('VoicesTextField');
}
Loading

0 comments on commit 2f3bbbe

Please sign in to comment.