e_invoice_generator 0.1.1 copy "e_invoice_generator: ^0.1.1" to clipboard
e_invoice_generator: ^0.1.1 copied to clipboard

outdated

the package generates Qr code compatible with Electronic Invoice in KSA

E-invoice Generator #

the package generates Qr code compatible with Electronic Invoice in KSA

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  e_invoice_generator: ^0.1.0
  1. Import the package and use it in your Flutter App.
import 'package:e_invoice_generator/e_invoice_generator.dart';
   EinvoiceGenerator(
              sellerName: 'bonaparta',
              sellerTRN: '123456789012345',
              totalWithVat: '150',
              vatPrice: '30',
              size: 200,
            ),

Code result #

you can scan the code only with any KSA E-invoice Qr Reader try one

Scan result #

16
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

the package generates Qr code compatible with Electronic Invoice in KSA

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, qr_bar_code

More

Packages that depend on e_invoice_generator