Skip to content
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

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

lucaantonelli
Copy link
Collaborator

I edited a lot of file to fix new warnings, but without major breaking changes.

This PR also implemented:

  • Notification system working for both IOS and Android (Only for the "remember to add transactions" notification, ATM)
  • Changed the package name from com.example.sossoldi to com.ripsters.sossoldi

- Update project package name from com.example.sossoldi to com.ripsters.sossoldi
Copy link
Collaborator

@theperu theperu left a 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);
Copy link
Collaborator

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?

Copy link
Collaborator Author

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
Copy link
Collaborator

@theperu theperu left a 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.

@mikev-cw
Copy link
Collaborator

mikev-cw commented Dec 2, 2024

Seems good. Thank you!
Let's merge.

@mikev-cw mikev-cw merged commit dbc6636 into RIP-Comm:main Dec 2, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants