-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#issue 25 Resolved Page breaking down at bottom #40
Conversation
@pranjalagrawal2012 UI is breaking on some phone. I tested this on a 5.5-inch android phone. Let me know if you need some help with this. |
It's not recommended to send a lock file(e.g pubspec.lock) from another environment. It should remain intact with one user only. @pranjalagrawal2012 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Change the pull request name to something meaningful.
- Fix the UI changes
Made the Changes and resolved the issue of screen overflowing @hiashutoshsingh @shagun25 |
@pranjalagrawal2012 Hey, you look into these conflicts. I hope you are behind master. Please do this carefully this may break something. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve these changes.
@pranjalagrawal2012
Sheheroes_WatchOS/pubspec.lock
Outdated
@@ -63,7 +63,7 @@ packages: | |||
name: async | |||
url: "https://pub.dartlang.org" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file from commit, lock file is not added usually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay @hiashutoshsingh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the padding field whose value is assigned to 0 . Can you guide me how to remove the file from commit ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hiashutoshsingh Can you please review the same ?
lib/pages/login_page.dart
Outdated
@@ -445,7 +447,7 @@ class _LoginPageState extends State<LoginPage> | |||
|
|||
Widget _buildSignUp(BuildContext context) { | |||
return Container( | |||
padding: EdgeInsets.only(top: 23.0), | |||
padding: EdgeInsets.only(top: 0.0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if no padding is need then remove this padding field rather that assigning its value to 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay @hiashutoshsingh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hiashutoshsingh have removed the padding field whose value is assigned to 0
@@ -63,7 +63,7 @@ packages: | |||
name: async |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file also from commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay @hiashutoshsingh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hiashutoshsingh Can you guide me how to remove the file from commit ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make a copy of the file at another place and delete that file then commit it.
Hey, @pranjalagrawal2012 didn't get an update from your side. |
Hey, closing this PR because it is awaiting for a long time. Feel free to open again with new changes. Thanks. |
Related Issue
Back Arrow in each page was not working properly
Breaking body page on bottom
Closes: #[issue number that will be closed through this PR]
issue-23
issue-25
Describe the changes you've made
Went through various upgradation of packages and flutter updating, Check every page for the back arrow issue
Type of change
What sort of change have you made:
Mention any unusual behaviour of your code (Write NA if not)
Any unusual behaviour of your code
Checklist:
Additional Info (optional)
Any additional information you want to give