step 23 : home screen, repository, provider
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
import '../model/info_account_balance.dart';
|
||||
|
||||
final currentInfoAccountBalanceProvider = StateProvider<InfoAccountBalanceModel>(
|
||||
((ref) => InfoAccountBalanceModel(
|
||||
debit: "0",
|
||||
kredit: "0",
|
||||
totalAll: "0",
|
||||
)),
|
||||
);
|
||||
Reference in New Issue
Block a user