spea_mobile_socket_conn 1.0.21 copy "spea_mobile_socket_conn: ^1.0.21" to clipboard
spea_mobile_socket_conn: ^1.0.21 copied to clipboard

Package to easly connect to spea equipment.

spea_mobile_socket_conn #

Simple package to connect via wifi to a spea machine.

Getting Started #

  • Show main dialog with saved profile list and add profile button:

    Socket socket = await SpeaMobileClient.showProfileList()
    
  • Write String to server:

    socket.write(myString);
    
  • Override handler:

    doneHandler() --> callback when socket close or end suddenly
    
    errorHandler(error) --> callback when errors occur
    
    dataHandler(data) --> callback when a string is received
    
  • IOS setup:

    add this key in ios Info.plist
      
    <key>io.flutter.embedded_views_preview</key>
    <true/>
    
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Package to easly connect to spea equipment.

Homepage

License

unknown (LICENSE)

Dependencies

connectivity, flutter, fluttertoast, shared_preferences, spea_mobile_qrcode, wifi, wifi_configuration

More

Packages that depend on spea_mobile_socket_conn