-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fix: Warning solved + Notifications + Package renamed #183
Conversation
- Update project package name from com.example.sossoldi to com.ripsters.sossoldi
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.
Great job! I have left just one comment on a doubt that I have. I also noticed that the app version seems to be set to 1.0.0 but since we are releasing a beta I think it would be best to set it to 0.1.0 in order to better convey the idea that we are still working on it.
@@ -45,7 +44,7 @@ class _AmountSectionState extends ConsumerState<AmountSection> with Functions { | |||
Widget build(BuildContext context) { | |||
final trsncTypeList = ref.watch(transactionTypeList); | |||
final selectedType = ref.watch(transactionTypeProvider); | |||
final currencyState = ref.watch(currencyStateNotifier); | |||
// final currencyState = ref.watch(currencyStateNotifier); |
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.
Why did you commented out this line?
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.
This was unused, maybe could just be removed.
- Downgrade the app version from 1.0.0 to 0.1.0 for the beta - Reintroduce the recurring transactions list with some ui improvements
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.
LGTM! Let's wait for @mikev-cw's review and then we can merge.
Seems good. Thank you! |
I edited a lot of file to fix new warnings, but without major breaking changes.
This PR also implemented: