Steve Hamblett
Steve Hamblett
OK, I've created #61 for the initial merge of Dart language support for for NClass. This covers Dart class diagrams and code generation. There is a little more to do...
The package has no concept of 'screens' as such, its just an MQTT client that you can use as you wish. For flutter use you should only instantiate one client...
The client only connects to one broker at a time, what use case do you have where you would need to do this?
Ok, I see what you mean, this has been asked for before by a user, I'll have a look at this. For now you could use separate clients and manage...
Yes you can listen to any topic however you will.only re ceive whats published to.it. if no one else is publishing to it you will receive nothing. If you want...
You can set the client to auto reconnect if the network is lost, it will keep trying to connect until it gets a connection which from the above sounds as...
The status should be correct, you will have to refresh it before you use it of course, don't cache things like this. You don't say why your message could not...
This seems to be a problem with flutter_test, it wants path 1.8.1, the client uses path 1.8.2 , flutter_test should be updated to latest path package.
Yes, again its showing that the flutter SDK is behind the latest version of these dependent packages. By the looks of it the path package version changed at version 9.6.8...
If you mean when going into auto reconnect if we fail we wait say 30 seconds, then try again, if we fail again we wait 120 seconds then try again...