Francesco Calicchio

Results 29 comments of Francesco Calicchio

Ah okay, okay, so you mean copying just the transaction itself, even if it's a recurring one. I got it, my bad, sorry. I misunderstood. I didn't try it yet,...

@mikev-cw Thanks for the suggestion, I already gave my opinion on that, and my suggestions, here #222

> at least request to the user if he wants to edit the newly created transaction, and in that case we open it I think this solution will make a...

@mikev-cw, I'm back. Sorry for the delay. I was thinking about the "scroll implementation," and I believe it's quite unfeasible for a couple of reasons: - If the user duplicates...

Great Idea, I think yes, I can manage to do it quite easily, I'll try to implement this flow: user duplicate transaction → redirect to home/transactions page → show snack...

Any ideas on that? ```dart ElevatedButton( style: ElevatedButton.styleFrom( padding: const EdgeInsets.symmetric(horizontal: 16.0), ), onPressed: () => ref.read(transactionsProvider.notifier).duplicateTransaction(transaction).then((t) { if (context.mounted) { Navigator.of(context) ..maybePop() ..maybePop(); ScaffoldMessenger.of(context).showSnackBar( SnackBar( content: t != null...

> Is this the intended flow? Yes it is! How did you achieve it? What did I miss?

> As explained https://github.com/RIP-Comm/sossoldi/pull/234#issuecomment-2734435859 (not so well 😅 ) Damn sorry, idk why I completely miss that message, I only saw the video...forgive me 😄. >I had to modify the...

> I'm struggling with the _Transactions_ page and I think it has to do with it being a Sliver and probably not having a Scaffold ancestor I see, I'll check...

Made the changes! @bongio94 I didn't find the issue you were pointing to tbh, this one: >I'm struggling with the Transactions page and I think it has to do with...