-
Notifications
You must be signed in to change notification settings - Fork 76
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
Onboarding Page #56
Onboarding Page #56
Conversation
lib/main.dart
Outdated
@@ -3,7 +3,7 @@ import 'dart:io'; | |||
|
|||
import 'package:flutter/material.dart'; | |||
import 'routes.dart'; | |||
import 'pages/structure.dart'; | |||
import 'package:sossoldi/pages/onboarding_page.dart'; |
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's better to use relative path as mentioned in #43 . Check also the other files commited to update 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.
Maybe the best choice is to use relative path :'D
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.
Thank you! I just made a commit to fix this.
I think there are others incorrectly named import in the project, maybe its needed a issue for check all files.
lib/main.dart
Outdated
@@ -3,7 +3,7 @@ import 'dart:io'; | |||
|
|||
import 'package:flutter/material.dart'; | |||
import 'routes.dart'; | |||
import 'pages/structure.dart'; | |||
import 'package:sossoldi/pages/onboarding_page.dart'; |
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.
Maybe the best choice is to use relative path :'D
lib/pages/onboarding_page.dart
Outdated
List<BudgetWrap> budgets = [ | ||
BudgetWrap("Home", 400, Colors.orange), | ||
BudgetWrap("Free time", 100, Colors.blue), | ||
BudgetWrap("Health", 100, Colors.pinkAccent), | ||
BudgetWrap("Savings", 150, Colors.red), | ||
BudgetWrap("Travel", 50, Colors.lightBlueAccent), | ||
BudgetWrap("Shopping", 50, Colors.yellow), | ||
]; |
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 amount should be decided by the user right? (I now this part is for testing)
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.
Yes! I think the user will create his own custom budget and amount, but at the moment it is statically defined in this list (like names and colors).
Can you open the issues regarding the things that are missing? |
Sure, #57 |
Can I merge this staff? :D |
@FedericoBruzzone Remember merging is paused for some days |
Thanks for reminding me, write me when I can merge @mikev-cw |
@FedericoBruzzone @mikev-cw |
I'm waiting for them to tell me to proceed |
You should update your fork, after that you can use this command locally:
and at this point resolve conflicts in your favorite text editor. Please, don't create another commit, after the above command use |
I develop the onboarding page (#39), following the figma design:
done:
TODO:
(step 1 page)
(step 2 page)
ezgif-5-add2d1b48f.mp4
tested on Pixel XL API 31 Android 12