SocketMobile / capturesdk_flutter

Public snapshot for flutter sdk
MIT License
3 stars 1 forks source link

problem in Adding capture_flutter_sdk to pubspec.yaml #10

Open Raz4492 opened 1 month ago

Raz4492 commented 1 month ago

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:glpat-LRy6e5hgdw5BwCDTe33z@sdk.socketmobile.com/capture/flutter-capturesdk.git version: ^1.5.0

socketPM commented 1 month 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.

Raz4492 commented 1 month ago

The error below that i am getting right now:

dependencies: flutter: sdk: flutter capture_flutter_sdk: git: url: https://oauth2:glpat-LRy6e5hgdw5BwCDTe33z@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

socketPM commented 1 month ago

@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.

Raz4492 commented 1 month ago

I have shared it in mail

socketPM commented 1 month ago

Didn't you see my reply to your gmail?