hhzhangzy

Results 7 comments of hhzhangzy

> Hi @ALL, > > We've just published a [developer guide for Collapsible Banner in Flutter](https://developers.google.com/admob/flutter/banner/collapsible) Is version google_mobile_ads ^4.0.0 supported?

I need detailed testing on my end, but I'm not sure how to receive this type of return? is barcodes.rawValue? for example, BarcodeType.sms, use barcodes.sms receive data. ------------------ Original ------------------...

> The `rawValue` of the barcode is indeed what is received by MLKit. You'll have to create a barcode which definitely has an SMS value in it. For example on...

> According to the documentation here https://developers.google.com/android/reference/com/google/mlkit/vision/barcode/common/Barcode > > MLKit does not provide the "data structure" behind a Product type barcode. It only provides them for things like email, person...

> Yes, that looks like your only option right now. Thank you very much for your answer. The plugin you encapsulated is very good!

> I wonder, though, is there a specific structure that we can follow when the `BarcodeType` is `BarcodeType.product` ? > Maybe we can manually parse the raw value to provide...