loan_calc 1.0.0+2
loan_calc: ^1.0.0+2 copied to clipboard
LoanCalc é uma biblioteca em Dart para cálculo de empréstimos, incluindo o cálculo de parcelas, IOF, TAC e XIRR (Taxa Interna de Retorno Anualizada).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add loan_calcThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
loan_calc: ^1.0.0+2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:loan_calc/loan_calc.dart';