mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
new: app icon
This commit is contained in:
@@ -114,6 +114,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
||||
child: Image.asset(
|
||||
iconPath,
|
||||
fit: BoxFit.contain,
|
||||
semanticLabel: _s.showDistLogo,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -26,9 +26,6 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(_s.snippet),
|
||||
),
|
||||
body: _buildBody(),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
heroTag: 'snippet',
|
||||
|
||||
Reference in New Issue
Block a user