Kedar Sukerkar

Results 9 issues of Kedar Sukerkar

When numberOfItems and index both are zero causes crash

` private func setupNotifications() { ` ` let notificationCenter = NotificationCenter.default notificationCenter.addObserver(self, selector: #selector(handleInterruption), name: AVAudioSession.interruptionNotification, object: nil) notificationCenter.addObserver(self, selector: #selector(handleRouteChange), name: AVAudioSession.routeChangeNotification, object: nil) notificationCenter.addObserver(self, selector: #selector(playerDidFinishPlaying), name: .AVPlayerItemDidPlayToEndTime,...

help wanted

Is there any way or options to delete the existion flavours created?

enhancement

> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). A clear and concise description of what the bug is. ## Actual behavior MDCTabBarItem height is not rendered correctly which is causing...

type:Bug
[Tabs]

Please merge my commit as mark it as "hacktoberfest-accepted"

Note: Recompile with -Xlint:deprecation for details. e: /Users/kedar/.pub-cache/hosted/pub.dartlang.org/camera_with_rtmp-0.3.2/android/src/main/kotlin/com/whelksoft/camera_with_rtmp/Camera.kt: (682, 45): Type inference failed. Expected type mismatch: inferred type is Int? but Int was expected e: /Users/kedar/.pub-cache/hosted/pub.dartlang.org/camera_with_rtmp-0.3.2/android/src/main/kotlin/com/whelksoft/camera_with_rtmp/CameraUtils.kt: (51, 13): Type inference...

Web socket gets auto disconnected when tried to do multiple request concurrently. Tried to limit the request using dispatch semaphore, gcd, etc but didn't worked. Facing issue with both wss...

Incorrect shape and bounds are rendered as you can see in the image ` Container( height: 300, width: MediaQuery.of(context).size.width, color: Colors.red, child: Panorama( animSpeed: 1, child: Image.asset("assets/images/panorama.jpg"), ), ), `...