-
Notifications
You must be signed in to change notification settings - Fork 5
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-81: Enhancements on the onboarding flow #84
Conversation
Visit the preview URL for this PR (updated for commit 862c5b9): https://invoices-app-c2491--84-vdxb6rhp.web.app (expires Tue, 26 Nov 2024 19:51:47 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1efa8e20144a509bbc65da83a78df541f9f717b9 |
lib/src/presentation/settings/success/onboarding_success_screen.dart
Outdated
Show resolved
Hide resolved
lib/src/presentation/settings/success/onboarding_success_screen.dart
Outdated
Show resolved
Hide resolved
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.
Nice Pr.
I would suggest to also address the maxWidth of the main content.
I would create a custom scaffold for the screens to use, This way it will be easier to maintain.
lib/src/presentation/settings/success/onboarding_success_screen.dart
Outdated
Show resolved
Hide resolved
0ae4332
to
b632169
Compare
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.
The component is missing some attributes and the pages still have different behaviour.
The new screen has a constrained size while the others have an infinity width.
lib/src/presentation/settings/success/onboarding_success_screen.dart
Outdated
Show resolved
Hide resolved
ae78488
to
1895a1f
Compare
creating the new constrained scaffold fixing the max width Update constrained_scaffold.dart missing default value addressing ConstrainedScaffold's feedback
1895a1f
to
862c5b9
Compare
Thanks for your feedback @theolm! |
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.
Nice job!
There were some minor adjustments to the onboarding flow and the success screen. This PR includes all these changes.
Android (Small Phone):
iPad Success:
iPhone Success:
Happy Path:
success_web_happy_path.mp4
I will do this later:
will_do_this_later.mp4
Sad Path:
trying_to_break.mp4
New Constrained Scaffold:
new_constrained_scaffold_mobile.mp4
new_constrained_scaffold.mp4
closes issue #81