bjssoftsolutions / serial_communication

Flutter Android Serial communication plugin
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

cannot close port in release build #13

Open dennis-unlimit opened 1 year ago

dennis-unlimit commented 1 year ago

In debug mode everything work and great. However i try to build in release mode and install the apk.

Step 1. select a port Step 2. open the port Step 3. close the port then the app is closed. Seems there is an error when close the port.

workaround: Build the app in debug mode and remove the debug banner. However, there are performance issue.