Why can't write in Android Studio (flutter) - flutter

I installed flutter in Android, but there is a problem showing a black mark preventing me from writing or deleting.As image:
enter image description here
It only appears if you choose to build a flutter app.Do not come if I choose Java android.
Also if you click on the insert button in my keyboard it will disappear, but if I move to a different page, it will come back.
Does anyone know how I can solve this problem?

Press 0 from Numpad which is usually the right side of the keyboard (Not from the Alphanumeric section).

Related

Error: Not applicable for the "main.dart" configuration

I cannot run my code on any emulator in Android studio... I have been despritely trying to solve this issue. the section is greyed out at the top and when I press play nothing happens. Any suggestions? Btw I have tried almost everything i've seen on the internet for this issue, I assume it has to do with [Run > edit configurations]
click here for reference image
Next time on opening studio click on the dropdown devic menu on the left side of "main.dart" then click on your emulator. If your emulator doesn't show up then click "refresh" and then click on yur AVD in the drop down.
After that click on the green play button then wait for a while for it to compile.
Hope this helps you, if you still don't understand drop a comment I'll send images.

viscose not showing connected device at the bottom

I'm sure there was a place for selecting device...if connected, it show phone like SM960 , or iPhone .
but suddenly, I can't see this also I can't run code from play button on vscode. (start without debugging)
what happened?
Close the VSCode and again open VSCode as Admin. Than it will show the connected Devices.
The vscode flutter pluggin must be used with vscode oppened as admin.
Make sure to use
ctrl+ shift +p
to select device
It is Easy Just right click on The vs code Bottom Bar. You will Get a list of Item then Click on Flutter devices,

I am not able to preview the icons on vscode while browsing?

As seen in the picture I'm browsing the icons but none of them are shown.
Is there a change in a new update or am I missing something here> it used to show the icons while I browsed.
There should be an arrow appearing when you hover on the right side of the tooltip stating "read more". Simply click once and therefore the icons preview should always appear.
Pressing the Ctrl + space in windows can show and hide the icon
press ctrl+space two times,
1)to open icon menu
2)to preview the icon
go to preferences settings and search for "previewlsp" its a dart setting change it to true and restart VsCode then you will be able to preview icons.
I had the same issue. I maximized the VSCode editor, closed the navigation pane on left, and aligned the line most left then icon preview comes into the screen as you can see in the picture.
I don't know the root cause of the problem but the above scenario fixed my issue and it works now. It might be a Flutter/Dart extension-related topic.
If I would find the real root cause and proper solution, I will update my answer. I hope this workaround works for you too.
screenshot
It works for me with setting Dart Preview Flutter Ui Guides setting
Go to Setting and search "preview"
Go to Dart part(see the left part)
check Dart:Preview Flutter Ui Guides
Setting image

"Show Taps" option is not working on LDPlayer?

I am using Android Emulator (LDPlayer 4.0.23).
The "Show Taps" option from Developer Options (Setting-> Developer Options-> Show Taps), doesn't work. It's activated/ON.
Normally when it's activated you will see simple transparent circle when you tap your screen. But it doesn't show in LDPlayer.
Anyone know how to make it work? Or is there any other apps that can be use as replacement?
FYI, I want to create some video tutorial, thus I need to show where I taps on it.
you can try [NoxPlayer] (also an Android Emulator)to show taps and meet your needs. Here is a guide:
First, click Setting in the tool
Second, click About tablet and slide the page to find the Build Number
2
Third, Tap the Build Number 7 times to open the developer option
Fourth, Open the developer option, and then open the Show Touch

How to Stop "Auto Input Suggestion" in Android Emulator in Android 2.1 "permanently"

When I am running my app in Android Emulator and then on providing input through keyboard it displays the auto text in japanese or english and also the fullstop '.' doesn't work.
I made a solution by going through settings->Language&Keyboard option and then disabled the japanese as well as auto keyboard suggestion. But it is only temporary because when running my application another time would auto checked the emulator settings->Language&Keyboard->auto suggestion.
Can anyone give me permanent solution for that.
Thanks in Advance..
Note:
I am running my App through Eclipse.
One Thing we can do in our Activity that on selecting Edit Text press Escape Button to avoid Android KeyBoard and then long press the mouse left button on that Edit Text. So it will show the Context Menu to Select the input Type, then select Android Text input will solve our problem...