Yev Velizhenkov
Yev Velizhenkov
Hi, I've run into troubles installing library as a static library (e.g. don't use use_frameworks!). The error log: ``` Unable to run command 'StripNIB ActionCell.nib' - this target might include...
``` receive_sharing_intent-1.4.2/android/src/main/kotlin/com/kasem/receive_sharing_intent/ReceiveSharingIntentPlugin.kt: (146, 78): Type mismatch: inferred type is Uri? but Uri was expected receive_sharing_intent-1.4.2/android/src/main/kotlin/com/kasem/receive_sharing_intent/ReceiveSharingIntentPlugin.kt: (207, 95): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable...
Hi, the issue name is self-explanatory. Why this matters - I want to hide the bottom tab bar when a specific route is being pushed but it does not invoke...
Hi, is recreating the channel without disposing the previous one considered a memory leak? ``` _connectionStateController.add(connecting); _channel = await _channelGenerator(); _reconnectTimer?.cancel(); ```
I see that android can share to instagram story but iOS cant. Are there any plans to enhance this?
Hi. I really love your platform, few points here: 1. On iOS if you include any oauth in your app, it must support apple auth otherwise the app will be...
``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.24.1, on macOS 14.1 23B2073 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android...