Skip to content
Snippets Groups Projects
Commit ecdc92b1 authored by Florian Schindler's avatar Florian Schindler
Browse files

Create app_state.dart

class to save the appstate persistently
currently only consisting of isFirstOpening
parent 698606cd
No related branches found
No related tags found
No related merge requests found
class AppState {
AppState({required this.isFirstOpening});
bool isFirstOpening;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment