-
-
Notifications
You must be signed in to change notification settings - Fork 282
Home
Edouard Marquez edited this page Mar 30, 2023
·
15 revisions
Welcome to the smooth-app wiki!
- How to build and run the application
- Mindmap
- Technical overview
- Roadmap(also includes a package to assess tab)
- Release checklist
- https://pub.dev/packages/nutrition (Apple/Google Health bridge)
- https://pub.dev/packages/openfoodfacts (our own package)
- https://pub.dev/packages/nutrientfacts (display a nutrition table)
- https://pub.dev/packages/barcode
- https://pub.dev/packages/gs1_barcode_parser (extract info from GS1 barcodes)
- https://pub.dev/packages/productbarcode (country based on barcode)
- https://pub.dev/packages/flutter_barcode_listener (hardware barcode scanners)
- https://pub.dev/packages/mvbarcodescan (A new Flutter plugin to scan barcode and qrcodes using Google Mobile vision & Apple AVFoundation)
- https://pub.dev/packages/firebase_ml_vision/changelog (it seems that they added x-platform barcode scan without a firebase dep since we last checked)
- https://pub.dev/packages/esc_pos_utils (for potential cool projects: Basic Flutter/Dart classes for ESC/POS printing. Ticket class generates ESC/POS commands that can be sent to a thermal printer.)
- https://pub.dev/packages/pass_flutter (A Flutter library for getting and reading Apple Wallet passes. Might be useful for 3rd party apps)
For the record, in the ios
folder I've run:
pod update
pod install
pod update Sentry