Posts by Jonas Ferreira • 39 points
4 posts
- 
		0 votes1 answer732 viewsA: Flutter - How to use Scrollview correctly when showing the keyboard?I managed to solve this problem. The problem is not in the code but in the AndroidManifest.xml. I just added android:windowSoftInputMode="adjustResize" on the tag activity… 
- 
		0 votes1 answer732 viewsQ: Flutter - How to use Scrollview correctly when showing the keyboard?I’ve seen several videos on youtube about it but in my code it doesn’t work like in the video. I’ve looked at some questions and some dirty using the code below, but it doesn’t solve the problem.… 
- 
		1 votes2 answers1866 viewsQ: Flutter - How to change the size of a Textfield correctly?I want to leave my Textfield with a specific height, but when the user type a larger text than the field happens that is illustrated in the gif below. There’s no point in reducing the font size.… 
- 
		1 votes2 answers98 viewsQ: Json for List C#I have this Json (Json 1) { "2": { "Data": "28/10/2019 12:50:26", "Id": 2, "Id_usuario": 0, "Latitude": -2, "Longitude": -52, "Portas": 8, "Status": "CHEIO" }, "5": { "Data": "28/10/2019 12:39:33",…