Open Raz4492 opened 6 months ago
@Raz4492 the latest SDK has been updated to 1.5.11. Can you try to bump up the version number see if the issue goes away? Thanks.
The error below that i am getting right now:
dependencies: flutter: sdk: flutter capture_flutter_sdk: git: url: https://oauth2:personal-access-token-on-developer-portal@sdk.socketmobile.com/capture/flutter-capturesdk.git version: ^1.5.11
Error on line 1, column 7: "name" field doesn't match expected name "capture_flutter_sdk". ╷ 1 │ name: capturesdk_flutter │ ^^^^^^^^^^^^^^^^^^ ╵ exit code 65
@Raz4492 do you mind sharing your pubspec.yaml file with us? You can send it to developers[at]socketmobile.com and any follow up questions for your issues. Thanks.
I have shared it in mail
Didn't you see my reply to your gmail?
I have registered in capturedSDK developer portal and i am try to add capture_flutter_sdk in flutter using the code below but, its not working.
dependencies: flutter: sdk: flutter capture_flutter_sdk: git: url: https://oauth2:personal-access-token-on-developer-portal@sdk.socketmobile.com/capture/flutter-capturesdk.git version: ^1.5.0