Johan Henselmans
Johan Henselmans
Dit you get the pubspec.yaml to get the plugin as: qrcode_reader: git: https://github.com/bcko/flutter_qrcode_reader.git I can not publish to pub.dev unfortunately.
Did you try qrcode_reader: git: https://github.com/bcko/flutter_qrcode_reader.git in your pubspec.yaml? Unfortunately I can not publish to pub.dev.
Has that been fixed with https://github.com/bcko/flutter_qrcode_reader/pull/53? I cannot check it as I do not have a IOS 13 device.
No difference.. I/flutter (15116): soundfile path = /data/user/0/com.yourcompany.muze/app_flutter/sound/toelichting-bk-ja-knibbe.mp3 E/ExtMediaPlayer-JNI(15116): QCMediaPlayer could not be located.... D/MediaPlayer-JNI(15116): JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0 E/ExtMediaPlayer-JNI(15116): QCMediaPlayer could not be located.... D/MediaPlayer-JNI(15116): JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0 V/MediaPlayer[Native](15116): constructor...
I found this in the meantime, it seems more people have this problem on LG phones. I did got it to run properly on a Sony E233 (Experia M4 Aqua)....
Oh, and this. https://stackoverflow.com/questions/9888510/mediaplayer-error-19-0-after-repeated-plays, Especially the message about the onCreate and mp.reset, so that the mediaplayer only gets created once might bear a solution.
Me too. Perhaps the snap libglib is out of date? I noticed the glib of ubuntu 22.04 is libglib-2.0.so.0.7200.1, the one used in the snap is libglib-2.0.so.0.5600.4
Please look at https://github.com/mogol/flutter_secure_storage/issues/314, has to do with snap install of flutter. Manual install of flutter will work.
Alexander, cleaning my mail I discovered your contribution, sorry for replying that late... I'll have a look at it and if it is OK, I'll do the fix.
could you try the video branch? That should solve the problems.