Remove useless illustration
This commit is contained in:
parent
da1d4830e2
commit
355d87c3f2
2 changed files with 0 additions and 7 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 9.5 KiB |
|
@ -1,7 +1,6 @@
|
|||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_svg/svg.dart';
|
||||
import 'package:photos/core/configuration.dart';
|
||||
import 'package:photos/user_authenticator.dart';
|
||||
|
||||
|
@ -38,11 +37,6 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
|
|||
padding: EdgeInsets.all(8),
|
||||
child: Column(
|
||||
children: [
|
||||
SvgPicture.asset(
|
||||
"assets/around_the_world.svg",
|
||||
width: 256,
|
||||
height: 256,
|
||||
),
|
||||
TextFormField(
|
||||
decoration: InputDecoration(
|
||||
hintText: 'email@domain.com',
|
||||
|
|
Loading…
Add table
Reference in a new issue