matex_financial 0.0.2 copy "matex_financial: ^0.0.2" to clipboard
matex_financial: ^0.0.2 copied to clipboard

unlisted

An assortment of helpful tools and calculators specifically designed for use within the financial sector.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add matex_financial

With Flutter:

 $ flutter pub add matex_financial

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  matex_financial: ^0.0.2

Alternatively, 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:matex_financial/calculators/calculators.dart';
import 'package:matex_financial/calculators/results/results.dart';
import 'package:matex_financial/calculators/results/vat_calculator.results.dart';
import 'package:matex_financial/calculators/states/states.dart';
import 'package:matex_financial/calculators/states/vat_calculator.state.dart';
import 'package:matex_financial/calculators/vat.calculator.dart';
import 'package:matex_financial/financial.dart';
import 'package:matex_financial/helpers/discount.helper.dart';
import 'package:matex_financial/helpers/helpers.dart';
import 'package:matex_financial/helpers/tip.helpers.dart';
import 'package:matex_financial/helpers/vat.helpers.dart';
0
likes
0
pub points
13%
popularity

Publisher

unverified uploader

An assortment of helpful tools and calculators specifically designed for use within the financial sector.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

decimal, flutter, matex_core, tmodel_dart

More

Packages that depend on matex_financial