QuickBlox / quickblox-flutter-sdk

quickblox-flutter-sdk
Other
8 stars 0 forks source link

Official docs are outdated for 0.16.1 #82

Open kariot opened 1 month ago

kariot commented 1 month ago

With the latest SDK 0.16.1 available on pub.dev, the official documentation is not aligned with the changes introduced in the SDK. I have encountered several issues, including changes in function parameters and missing fields.

For example:

  1. According to the documentation, the function QB.chat.connect() accepts two strings: login and password, whereas the SDK expects userId of type int and password.
  2. The constants mentioned in the code from this block have been moved in the latest version.

Could you please update the documentation to align with the latest SDK version?