suraj740
suraj740
Hi @sakitam-fdd Here is the reproducible example, [example](https://codesandbox.io/s/restless-waterfall-wkoi6?file=/src/index.js``)
Thanks @sakitam-fdd , heatmap is already working for me . But i want to use `type: map` not the heamap. How we can register custom map like how we do...
Hi @davidzwa any update on vue3? How can we make it compatible to vue3. Thanks!!
try adding 'auto_resize': true, it might solve your issue.
Hi @albanm @miguelrk any update on vue3 support? Thanks!!
Hi @miguelrk sure I would like to work on this. Let me know when we can start.
@albanm @miguelrk can you pls provide me the instructions for development setup for this library ?
I have NFC tag which has some data in it, but the example application is unable to read or write which is provided by flutter_nfc_kit. I am running the same...
Below are the logs which i am getting while writing, ``` ,0-1080,2295 #1 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT D/InsetsController( 9057): show(ime(), fromIme=true) D/InputMethodManager( 9057): showSoftInput() view=io.flutter.embedding.android.FlutterView{2774a4e VFE...... .F...... 0,0-1080,2295 #1 aid=1073741824} flags=0...
Even after invoking poll no logs are printing after this, ``` NFCTag tag = await FlutterNfcKit.poll(); print('tag'); // this is not printing in console ```