Files
TubeCards/lib/widgets/import/import_state.dart
friebetill 80f218097d Initial commit
Add Space version 2.0.1
2022-03-28 14:56:00 +02:00

9 lines
164 B
Dart

/// Indicates which import state we are currently in.
enum ImportState {
showInstructions,
analyzeFile,
showDataOverview,
showProgress,
importFinished,
}