funciones_servicios_dart_flutter_mobile 2.0.0
funciones_servicios_dart_flutter_mobile: ^2.0.0 copied to clipboard
Calculation engine for transaction valuation and tax calculations. Handles price calculations, volume conversions, tax calculations (IVA, internal taxes), and fiscal compliance for invoicing systems.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add funciones_servicios_dart_flutter_mobileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
funciones_servicios_dart_flutter_mobile: ^2.0.0Alternatively, 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:funciones_servicios_dart_flutter_mobile/funciones_servicios_dart_flutter_mobile.dart';