Franco Rapetti

Results 9 comments of Franco Rapetti

same issue, so frustrating we can't even make all chips selected by default -.- here is how I solved it in a nasty way: ``` new CountDownTimer(10000, 10) { int...

https://github.com/MiAutobus/material-intro-screen/commit/663ece31c0cabd0809f74843a7c12a3d8301c62a

same issue here on Xiaomi Redmi Note 4, happens when I'm stopping the playback, does'nt happen with android's MediaPlayer

@LazyDoge could you workaround this yet? @wseemann any hint for this? I can paste the stacktrace here: ``` 07-30 00:45:29.228 719-719/? E/AudioFlinger: open /proc/19220/cmdline error 07-30 00:45:29.230 19220-19220/com.techtripod.buenavistafm:buenavistafm_stream A/libc: Fatal...

Yep same here, but standard MediaPlayer doesn't play some AAC+ streams on several phones while this player does, so sad...

``` ImageViewer imageViewer = new ImageViewer.Builder(MapsActivity.this, images).setStartPosition(0) .hideStatusBar(false) .allowZooming(true) .setBackgroundColorRes(R.color.black) .allowSwipeToDismiss(true) .setOverlayView(overlayView) .show(); overlayView.findViewById(R.id.back_arrow) .setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { imageViewer.onDismiss(); } }); ```

this is very frustrating, we can't build our project anymore on iOS because of this issue. Surprisingly, using Xcode 26 works, but as you may be aware, we can't ship...

fixed it by forking the repo and removing all darwin/iOS code in your pubspec.yaml replace drift_flutter or sqlite3_flutter_libs with this: ``` sqlite3_flutter_libs: git: url: https://github.com/frapeti/sqlite3.dart ref: main path: sqlite3_flutter_libs ```