This commit is contained in:
2021-10-18 14:07:03 +02:00
parent 0d1f8d1b42
commit 89b96f600b
9 changed files with 235 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
import 'package:flutter/material.dart';
class SettingsPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
// TODO: implement build
return
throw UnimplementedError();
}
}