flserial 0.5.0 copy "flserial: ^0.5.0" to clipboard
flserial: ^0.5.0 copied to clipboard

Flutter Serial Port Plugin FFI based on great C library. Useful to communicate with RS232 devices.

0.5.0 #

  • Completely rewritten driver

0.3.5 #

  • Add support 16KB Page Size

0.3.4 #

  • Changelog fix

0.3.3 #

  • Replace fifo library

0.3.2 #

  • MacOS support
  • Memory allocation fix

0.3.1 #

  • Update libs

0.3.0 #

  • Import project to new plugin ffi template
  • Few Api changes

0.2.0 #

  • New event model
  • Cleaning up unnecessary libs
  • Performance improvements
  • Api changes, main functions:

Stream based events, before:

serial.onSerialData.subscribe(

to:

serial.onSerialData.stream.listen(

Write serial port, before:

serial.write(data.length, data);     

to:

serial.write(data);    

0.1.2 #

  • Android compilation

0.1.1 #

  • Initial beta version
7
likes
0
points
265
downloads

Publisher

verified publisherglpro.pl

Weekly Downloads

Flutter Serial Port Plugin FFI based on great C library. Useful to communicate with RS232 devices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

code_assets, ffi, hooks, logging, native_assets_cli, native_toolchain_c

More

Packages that depend on flserial