arduino_bridge 1.1.4
arduino_bridge: ^1.1.4 copied to clipboard
A Dart/Flutter package for communicating with the Arduino Router using the MessagePack-RPC protocol on the Arduino Uno Q and Ventuno Q.
1.1.4 #
- Doing some minor changes to documentation
1.1.3 #
- Added global to led_state in the python file.
1.1.2 #
-
Created folders for sketch and python files.
-
Fixed the imports in the readme code embeddings.
1.1.1 #
-
Provided the missing flutter_advanced example
-
Fixed the import
1.1.0 #
-
Fixed bridge.register and added bridge.provide which was not working correctly or was not available at all.
-
Added several additional examples which show the possibilities of the library.
-
Added the required sketch.ino for the MCU in order to run the provided examples to the example directory.
-
Added the required main.py for the flutter_advanced example in the example directory.
-
Added a description how to use the examples in the readme.
1.0.2 #
-
Removed Flutter SDK from pubspec.yaml in order to show that the package works also without flutter in a pure dart environment.
-
Removed the Installation part of the documentation since it is covered by pub.dev already.
-
Updated the header comment.
1.0.1 #
- Added the example.
1.0.0 #
- Initial upload to pub.dev.
0.9.0 #
- Initial development version.