You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this might not be the correct place to add this issue, but when importing voximplant via pubspec.yaml
like so :
flutter_voximplant: 3.1.0
it won't compile because of lib/src/client/client.dart method "loginWithAccessToken" line 259. there is some confusion between String? and String.
it seems to be fixed here on git and you seem to have a version 3.2.0 listed in the changelog.
but it is not available via flutter pub get.
flutter_voximplant:3.2.0 does not seem to work.
The text was updated successfully, but these errors were encountered:
this might not be the correct place to add this issue, but when importing voximplant via pubspec.yaml
like so :
flutter_voximplant: 3.1.0
it won't compile because of lib/src/client/client.dart method "loginWithAccessToken" line 259. there is some confusion between String? and String.
it seems to be fixed here on git and you seem to have a version 3.2.0 listed in the changelog.
but it is not available via flutter pub get.
flutter_voximplant:3.2.0 does not seem to work.
The text was updated successfully, but these errors were encountered: