DevIotCrypto
DevIotCrypto
Hi! I'm using the ``[1.0.0-rc.4](https://pub.dev/packages/audioplayers/versions/1.0.0-rc.4)`` that works fine in an Linux ubuntu desktop. but when I use it in a flutter-pi project, it shows me the below error: ``` [compositor]...
I want to do a logic before changing tabs. In fact, when tab(1) is clicked, logic(1) will be performed. if logic(1) returns true, tab(2) will be opened, otherwise tab(1) will...
I'd like to use the GridDB in an IoT company to store millions of sensors data. I searched a lot in the Google and find that the ELK stack (Elasticsearch,...
Hi I wanna change ``locale`` by the ``context.setLocale()``: ``` if(context.locale.languageCode == "en"){ debugPrint("en -----> fa"); await context.setLocale(const Locale("fa")); }else if(context.locale.languageCode == "fa"){ debugPrint("fa -----> en"); await context.setLocale(const Locale("en")); } ```...
Hi. I have a ``StateNotifier`` (A) and its corresponding ``StateNotifierProvider`` (B). I wanna pass a simple string to the A class. So I used ``.family`` in B. Question: When I...
Hi. Barba version: lastest release version Browser: firefox and Chrome (Latest versions) **How I added barba:** I have wrapped body of page () with the ``data-barba="wrapper"`` and main content of...
Hi. I wan to have different ```` tags in different pages. All of my pages have same DOM (except script tags) and my new HTML content is replaced successfully inside...
### Expected behavior Suppose a mqtt client with a specific CLIENT-ID is connected to the server. Now another mqtt client with the same CLIENT-ID wants to connect to the server....
Hi. I'm going to use **save last state of some topics with the retained message concept.** So my question is : Does the Moquette version 0.12.1 support Retained Message? and...
Where is moquette saving list of subscriptions? I want to keep list of subscriptions when the moquette server is restarted. ### Moquette MQTT version Latest version ### JVM version (e.g....