azure_grid_view 1.0.0 copy "azure_grid_view: ^1.0.0" to clipboard
azure_grid_view: ^1.0.0 copied to clipboard

retracted[pending analysis]

A Flutter package for MQTT communication in Flutter projects. Simplifies POST requests to MQTT brokers. Ideal for IoT apps.

flutter_mqtt_api #

A Flutter package to handle API calls to an MQTT server.

Usage #

The AzureGridViewMqttMessage class in this package provides a convenient way to send POST requests to an MQTT server. Here's how you can use it:

dependencies:
  azure_grid_view: ^1.0.0

  Future<String> sendMessage({String url = "", Map<String, dynamic> mqttConfig}) async


AzureGridViewMqttMessage mqttMessage = AzureGridViewMqttMessage();
String response = await mqttMessage.sendMessage(mqttConfig: {"key": "value"});
print(response);
1
likes
0
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for MQTT communication in Flutter projects. Simplifies POST requests to MQTT brokers. Ideal for IoT apps.

Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

http

More

Packages that depend on azure_grid_view