-
How could I connect to the following server with base path?
wss://xxxxxx.com:8084/mqtt
I tried the following
```
final client = MqttServerClient('wss://mqtt.xxx.xyz:8084/mqtt', '');
await clien…
-
I made a flutter web application, it works perfectly with my local broker over ws, the problem starts when I need to connect the application with AWS, I followed the instructions in this video [How to…
-
When I want to connect to mqtt client with this library with flutter run or flutter build apk --debug, everything works fine. But when I build the release app with flutter build apk. I get error permi…
-
When running online, the exception information will be captured, but the port number will be different each time the error is reported. I set the port number to connect to the default MqttClientConsta…
-
I'm trying this example https://github.com/shamblett/mqtt_client/blob/master/example/mqtt_server_client_autoreconnect.dart, however when Mqtt broker disconnects the app doesn't notice that mqtt is bac…
-
i'm getting this error whole i want to get packages in flutter.
====================
Authentication error (403)
package:pub/src/authentication/client.dart 95:5 _AuthenticatedClient._throwAuthExc…
-
### Description
after adding new model to data store we faced this issue , in iOS data is syncing perfectly. only we have face this issue in android
W/amplify:aws-datastore(27849): DataStoreExc…
-
### Description
Dynamo DB that is created by Amplify has the following fields:
- _lastChangedAt
- __typename
- createdAt
- updatedAt
Any way I can disable it from creating these?
I'm tryi…
-
Hi,
I got a error in Flutter Web in mqtt5_client!
May I have a help to solve this issue?
-
## Steps to Reproduce
I don't know how to reproduce it... but i have made some tests to try to spot the problem :
1. Run the sample flutter project that is indeed compiling in any mode (`releas…