step 31 : total history, change password, resize image from camera, update versi 1.2.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
import '../model/history_total_model.dart';
|
||||
|
||||
final currentHistoryTotalProvider = StateProvider<HistoryTotalModel>(
|
||||
((ref) => HistoryTotalModel(
|
||||
totalAll: "0",
|
||||
)),
|
||||
);
|
||||
Reference in New Issue
Block a user