I want to scan barcodes using this package https://pub.dev/packages/honeywell_scanner

Integrations

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

  1. Add this include ':honeywell' to your settings.gradle

  2. Add tools:replace="android:label" under application tag in your AndroidManifest.xml, this is required because the honeywell.aar library defines an android:label="@string/app_name"

Do you think that's possible inside flutter flow ?

Thank you,

Daniel

What have you tried so far?

I have tried to create a widget starting from above code. I have received an error :

Missing concrete implementation of 'State.build'. Try implementing the missing method, or make the class abstract.

I am kind of clueless how to continue.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
18 replies