-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create login page #1394
Create login page #1394
Conversation
…d the widgets positions. Co-authored by: Granja5 <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ui/redesign #1394 +/- ##
===========================================
- Coverage 12% 12% -0%
===========================================
Files 270 271 +1
Lines 7282 7341 +59
===========================================
+ Hits 808 812 +4
- Misses 6474 6529 +55 |
I implemented the splash screen without the "another_flutter_splash_screen" package. |
…sh screen still exists and appears after the native one. flutter_native_splash package was added to the project.
…into separate widget classes in the widget folder for better modularity and code organization.
…cified that only underlined text activates the button.
…when the language is changed
… The animation in the logo now works flawlessly.
|
@pedroafmonteiro if |
…s not being used.
If it's already ready to review, just convert the PR to "already to review". I am excited to look into this. |
The login with credentials popup is the only thing left. It should be done between today and tomorrow! |
Altough this is not the primary purpose of this PR (and you haven't changed this code), i think there are some issues in the login that need to be addressed here or in a new issue:
|
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.
✅ 🛫
It looks pretty neat! Just check out the comments above, remove unneeded comments and we're ready to merge it! |
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.
🚀
Closes #1375
To implement the splash screen
To add the gradient and animation to the splash screen I needed to add this package, because it allow us to create a splash screen with custom widgets for the gradients and the animation: https://pub.dev/packages/another_flutter_splash_screenThis was accomplished without adding the package.The native splash screen was replaced by the same background color as the new splash and login page with a transparent logo image through this package. I think that, before, both the android and ios splash screens were implemented manually, but this package does that automatically with a simple configuration in the pubspec.yaml file: https://pub.dev/packages/flutter_native_splash
Review checklist
whatsnew/whatsnew-pt-PT
changelog.md
with the change