Hello,
I need to scan barcodes using package https://pub.dev/packages/honeywell_scanner .
It's my understanding that I need to create a custom widget.
However this package requires some actions beside adding depenency's
1
Copy the honeywell folder which is inside the example code sources at:
.../.pub-cache/hosted/pub.dartlang.org/honeywell_scanner-x.x.x+x/example/android/honeywell
Add this
include ':honeywell'
to yoursettings.gradle
Add
tools:replace="android:label"
underapplication
tag in your AndroidManifest.xml, this is required because the honeywell.aar library defines anandroid:label="@string/app_name"
Do you think that's possible inside flutter flow ?
Thank you,
Daniel