Alecsander

Results 10 comments of Alecsander

Hey @Rizardomon I think you should check the library example to tackle this issue, specifically the chat page code, in the input listener there is some magic being done to...

Hi @ShadowStacker, This is probably a permission issue, in the log you provided there is a line where it says "java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT". Try to define the needed android permissions...

try to run the following command into your project android folder: ```gradlew clean``` Also, what flutter version are you using?

Generally when something goes wrong in my projects after a new package/library installation or configuration change the first thing i do is to run the gradlew utility that resides in...

In VSCode you can run commands through the [integrated terminal](https://code.visualstudio.com/docs/terminal/basics), you can also run the commands through your native OS terminal, cmd in windows or the terminal in linux. Honestly...

In that case the project is created by you or you downloaded the source code of this package? If you want to run the command for the example project of...

Hey @MatejaBoy the onDone() function from the BluetoothConnection instance should work, there you can receive an disconnect fired from you or from the device. Also check the library example, there...

Hello @shilpatipl, Have you tried defining an array like this ` 'credit_card' => [ 'card_invalid' => '', 'card_pattern_invalid' => '', 'card_length_invalid' => '', 'card_checksum_invalid' => '', 'card_expiration_year_invalid' => '', 'card_expiration_month_invalid'...

have you tried using layoutbuilder? I havent tried but i think that would work