Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
gen_services
Commits
31ab794f
Commit
31ab794f
authored
Nov 12, 2025
by
Sai Srinivas
Browse files
Transaction (payment and bill) added
parent
1a7abcc6
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/Screens/TransactionListScreen.dart
View file @
31ab794f
...
...
@@ -51,6 +51,7 @@ class _TransactionScreenState extends State<TransactionListScreen> {
Provider
.
of
<
TransactionsProvider
>(
context
,
listen:
false
)
.
fetchTransactions
(
widget
.
accId
,
widget
.
sessionId
);
},
child:
Scaffold
(
backgroundColor:
AppColors
.
backgroundRegular
,
body:
CustomScrollView
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment