remove img
This commit is contained in:
parent
02ea560cc4
commit
8f03b695ab
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue