Skip to content
Snippets Groups Projects
Commit a9bf4a1b authored by Maximilian Betz's avatar Maximilian Betz
Browse files

removed not required button

parent 2b703d7c
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class _MyHomePageState extends State<Configuration> {
children: <Widget>[
const Text(
'You must be online to do something here!',
style: TextStyle(fontSize: 18)
style: TextStyle(fontSize: 14)
),
const SizedBox(height: 50),
FutureBuilder<List<Collection>>(
......@@ -139,16 +139,8 @@ class _MyHomePageState extends State<Configuration> {
),
),
bottomNavigationBar: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
mainAxisAlignment: MainAxisAlignment.end,
children: [
FloatingActionButton.extended(
heroTag: null,
tooltip: 'Request Collections from sensor.awi.de',
icon: const Icon(Icons.download),
label: const Text("Get Collections"),
onPressed: () {
},
),
FloatingActionButton.extended(
heroTag: null,
tooltip: 'Select Collection and download corresponding devices',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment