Devs-ideal
Devs-ideal
**Describe the bug** Getting below error when running in iOS: ``` Lexical or Preprocessor Issue (Xcode): 'AgoraRtcKit/AgoraRtcEngineKit.h' file not found /Users/macbook/flutter/.pub-cache/hosted/pub.dartlang.org/agora_rtc_engine-5.3.0/ios/Classes/Base/RtcEnginePlugin.h:1:8 Lexical or Preprocessor Issue (Xcode): 'AgoraRtcKit/AgoraRtcEngineKit.h' file not found...
When I'm running the app with added package ver `flutter_simple_shopify: ^0.0.25-alpha` I'm getting the below error: ``` ../../flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: Error: 'UnmodifiableUint8ListView' is restricted and can't be extended or implemented. class Uuid...
**What I want** I need to create full-screen live streaming on mobile. **What I’m doing** Using `AgoraVideoView` (without any resizing/modification) as given in the doc or sample. **What is the...
I'm trying to create person token from app, https://stripe.com/docs/api/tokens/create_person?lang=java **Using below code:** ``` var relationship = { "owner": true, }; var person = { "first_name": firstNameController.text.trim(), "last_name": lastNameController.text.trim(), "relationship": relationship...
Add Pagination in the Notes list
Please add support for 12 hours format in the DateTimePicker
**Is your feature request related to a problem? Please describe.** Can you provide support for video type in VirtualBackground. **Describe the solution you'd like** If possible add one more type...
When I'm calling a custom contract method to send transaction through metamask app, getting below error ` Unhandled Exception: JsonRpcError(code: 5000, message: Internal JSON-RPC error.) ` **STR** I have three...
### What happened? Badge not working in iOS with "Increase by" option, alwasy showing only 1 count. https://github.com/OneSignal/OneSignal-Flutter-SDK/assets/91250232/432e9410-bee2-447d-a193-aff73214150b ### Steps to reproduce? ```Markdown 1. Added package successfully 2. Followed all...
I want to publish my android library on Bitbucket, But as i found in gradle version 7.x `maven` plugin has removed and now we need to use `maven-publish` instead, So...