mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

[Bug] example doesn't work #268

Closed Alexufo closed 3 years ago

Alexufo commented 3 years ago

latest flutter/ windows/

2020-07-14_03-39-17

LukasWestholt commented 3 years ago

Why is the input line underlined? Did you "Pub get"?

Alexufo commented 3 years ago

Yes.

  1. F1. flutter: new project
  2. Set dependences barcode_scan: any.
  3. flutter pub get
  4. lib/main.dart replace all code from example
Alexufo commented 3 years ago

I cleared flutter.pub-cache\hosted\pub.dartlang.org\barcode_scan-3.0.1 It works now