mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Add check update btn in setting
This commit is contained in:
@@ -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'),),);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user