Shawn
Shawn
Also, I couldn't catch any exception thrown from `record.start()` when I wrapped around it with the `try-catch` thingy
`WidgetsFlutterBinding.ensureInitialized();` is called before `runApp()` in my `main()`. ### Logs I couldn't reproduce the error/bug on flutter debug mode, so I just launched the app on release mode. It may...
When I do the same thing on Voice Memos in iOS, it seems to put some delay before starting the record. Maybe we can also wait until the mic gets...
I found a very strange behavior of this today. I use [infinite_scroll_pagination](https://pub.dev/packages/infinite_scroll_pagination) for fetching the posts on the feed. This seems very irrelevant, but when the fetching takes long (due...
I fixed it! My app used to initialize [`video_player`](https://pub.dev/packages/video_player)s right after opening the app. Apparently, there was some conflict between [`video_player`](https://pub.dev/packages/video_player) and this package. I cannot comprehend what was the...
@darshankawar Umm so hi again! I was trying to work it out at https://github.com/firebase/firebase-ios-sdk/issues/10164 , but we couldn't find a way to solve it. While hanging around there, I also...
@darshankawar No luck :/ I experienced the same error with the option set.
Hi @darshankawar, thanks for your efforts! You used `collectionGroup.snapshot()` while I used `collectionGroup.get()`. I wondered if `.get()` is the only case that causes this issue, so I tested it. I...
@miquelbeltran ye i can definitely write some codes to block touch inputs by myself, but I just hope it is provided by default. The behavior shown in the video is...
I've heard that there's memory limit for an ios share extension [(120mb)](https://reactnative.dev/docs/app-extensions#:~:text=Share%20extensions%20are%20limited%20to%20120%20MB..). We would also have to be careful about it