pharmago_packages 1.0.2
pharmago_packages: ^1.0.2 copied to clipboard
Reusable Flutter components for pharmacy applications. Provides cross-platform widgets for barcode scanning (camera and external USB readers) and comprehensive PDF generation with KPIs, tables, and charts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pharmago_packagesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pharmago_packages: ^1.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:pharmago_packages/pharmago_packages.dart';