-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem in Adding capture_flutter_sdk to pubspec.yaml #10
Comments
@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: Error on line 1, column 7: "name" field doesn't match expected name "capture_flutter_sdk". |
@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? |
Our new version of the Flutter CaptureSDK is back on Github so you don't need the personal access token anymore and you can use directly the package as this in your dependencies: ... Let us know if that works for you now |
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:[email protected]/capture/flutter-capturesdk.git
version: ^1.5.0
The text was updated successfully, but these errors were encountered: