Add check update btn in setting

This commit is contained in:
LollipopKit
2021-11-02 20:31:44 +08:00
parent ff76c6c539
commit 72c1901989
4 changed files with 74 additions and 50 deletions

View File

@@ -10,6 +10,6 @@ class SnippetEditPage extends StatefulWidget {
class _SnippetEditPageState extends State<SnippetEditPage> {
@override
Widget build(BuildContext context) {
return Container();
return Scaffold(appBar: AppBar(title: const Text('Snippet Edit'),), body: const Center(child: Text('Developing'),),);
}
}