Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vasthram
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramesh Babu Puvvadi
Vasthram
Commits
dd5ac309
Commit
dd5ac309
authored
Dec 20, 2023
by
Ramesh Babu Puvvadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added
parent
846b5cf0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
39 deletions
+2
-39
Home.dart
lib/Home.dart
+2
-20
SignUp.dart
lib/SignUp.dart
+0
-19
No files found.
lib/Home.dart
View file @
dd5ac309
...
@@ -408,24 +408,6 @@ class _Home extends State<Home> {
...
@@ -408,24 +408,6 @@ class _Home extends State<Home> {
),
),
],
],
),
),
// Row(
// mainAxisAlignment: MainAxisAlignment.start,
// children: [
// Text('Border Color: $bordercolor\n'),
// ],
// ),
// Row(
// mainAxisAlignment: MainAxisAlignment.start,
// children: [
// Text('Border Size: $bordersize\n'),
// ],
// ),
// Row(
// mainAxisAlignment: MainAxisAlignment.start,
// children: [
// Text('Border Work Color: $borderworkcolor\n'),
// ],
// ),
],
],
)
)
else
else
...
@@ -460,8 +442,8 @@ class _Home extends State<Home> {
...
@@ -460,8 +442,8 @@ class _Home extends State<Home> {
IconButton
(
IconButton
(
icon:
Image
.
asset
(
icon:
Image
.
asset
(
"assets/images/signout.png"
,
"assets/images/signout.png"
,
width:
24
,
// Adjust the width as needed
width:
24
,
height:
24
,
// Adjust the height as needed
height:
24
,
),
),
onPressed:
()
async
{
onPressed:
()
async
{
bool
valid
=
await
Constants
.
checkInternetConnectivity
();
bool
valid
=
await
Constants
.
checkInternetConnectivity
();
...
...
lib/SignUp.dart
View file @
dd5ac309
...
@@ -230,11 +230,6 @@ class _SignUpState extends State<SignUp> {
...
@@ -230,11 +230,6 @@ class _SignUpState extends State<SignUp> {
''
,
_email
.
text
,
''
,
''
,
''
,
true
);
''
,
_email
.
text
,
''
,
''
,
''
,
true
);
Navigator
.
pushReplacement
(
context
,
Navigator
.
pushReplacement
(
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
const
Home
()));
MaterialPageRoute
(
builder:
(
context
)
=>
const
Home
()));
// if (_email.text.isNotEmpty) {
// takePicture();
// } else {
// print('Else case');
// }
},
},
style:
ButtonStyle
(
style:
ButtonStyle
(
shape:
MaterialStateProperty
.
all
<
RoundedRectangleBorder
>(
shape:
MaterialStateProperty
.
all
<
RoundedRectangleBorder
>(
...
@@ -272,20 +267,6 @@ class _SignUpState extends State<SignUp> {
...
@@ -272,20 +267,6 @@ class _SignUpState extends State<SignUp> {
),
),
),
),
),
),
// SizedBox(
// width: MediaQuery.of(context).size.width * 0.94,
// height: MediaQuery.of(context).size.height * 0.16,
// child: imagefile != null
// ? Image.file(
// imagefile!,
// fit: BoxFit.cover,
// )
// : Image.asset(
// 'assets/images/captureimage.png',
// width: MediaQuery.of(context).size.width * 0.80,
// height: MediaQuery.of(context).size.height * 0.16,
// ),
// ),
],
],
),
),
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment