delete added
This commit is contained in:
parent
3882251e54
commit
a1c637f173
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict/>
|
<dict>
|
||||||
|
<key>aps-environment</key>
|
||||||
|
<string>development</string>
|
||||||
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
||||||
if (Platform.isAndroid)
|
if (Platform.isIOS)
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
|
||||||
|
|
@ -248,7 +248,7 @@ class _RegisterScreenState extends State<RegisterScreen> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
||||||
if (Platform.isAndroid)
|
if (Platform.isIOS)
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ description: "A new Flutter project."
|
||||||
|
|
||||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
version: 1.0.0+1
|
version: 1.0.3+4
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.4.1 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue