remove img

This commit is contained in:
krawieck 2020-09-20 01:04:00 +02:00
parent 02ea560cc4
commit 8f03b695ab
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
@ -62,10 +61,7 @@ class AddInstancePage extends HookWidget {
),
body: ListView(
children: [
if (false)
CachedNetworkImage(height: 150, width: 150)
else
SizedBox(height: 150),
SizedBox(height: 150),
SizedBox(
height: 40,
child: Padding(