loan_calc 1.0.0
loan_calc: ^1.0.0 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 Dart:
$ dart pub add loan_calcWith Flutter:
$ flutter pub add loan_calcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
loan_calc: ^1.0.0Alternatively, your editor might support dart pub get or 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';