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/material.dart';
|
||||||
import 'package:flutter_hooks/flutter_hooks.dart';
|
import 'package:flutter_hooks/flutter_hooks.dart';
|
||||||
|
|
||||||
|
@ -62,9 +61,6 @@ class AddInstancePage extends HookWidget {
|
||||||
),
|
),
|
||||||
body: ListView(
|
body: ListView(
|
||||||
children: [
|
children: [
|
||||||
if (false)
|
|
||||||
CachedNetworkImage(height: 150, width: 150)
|
|
||||||
else
|
|
||||||
SizedBox(height: 150),
|
SizedBox(height: 150),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 40,
|
height: 40,
|
||||||
|
|
Loading…
Reference in New Issue