function/calculations library
Properties
- c → GraphsController
-
final
Functions
-
consumptionName(
double consumptionRatePercentage) → String -
getBalance(
) → Future< int> -
getBarHeight(
int expense) → Future< double> -
getConsumingRate(
) → Future< String> -
getExpense(
) → Future< int> -
getExpenseByPercentage(
) → Future< List< Map< >String, dynamic> > -
getExpenseByPercentageEachMonth(
) → Future< List< Map< >String, dynamic> > -
getGoalByPercentage(
) → Future< List> -
getGoals(
) → Future< int> -
getIncomes(
) → Future< int> -
getSavings(
) → Future< int> -
getSavingsByPercentage(
) → Future< List> -
getTransactionFee(
dynamic key) → Future< String> -
getUserDailyRoutine(
) → Future< List< RecordModel> >