Make Backend a stateful widget

This commit is contained in:
Elias Projahn 2020-03-28 08:51:45 +01:00
parent ad7499051b
commit 3f0567e688
5 changed files with 35 additions and 15 deletions

View file

@ -209,7 +209,7 @@ class WorkEditor extends StatefulWidget {
class _WorkEditorState extends State<WorkEditor> {
final titleController = TextEditingController();
Backend backend;
BackendState backend;
String title = '';
Person composer;