skip to Main Content

Flutter text size

I want to have button that will resize font size across my entire aplication. I want to change size of every text from 100% of size that I already have to 200%. Android accessibility already does that. Android have "fint…

VIEW QUESTION

Keyboard Dissmissal in Flutter

Keyboard is not dismissing correctly in fl;utter using keyboardDismissBehavior: ScrollViewKeyboardDismissBehavior.onDrag, property inside a singleChildScrollview , when drawer is opened. need to dismiss the keyboard when drawer is opened https://github.com/flutter/flutter/assets/90414446/911db935-9a95-466d-9d51-26312ad856e3

VIEW QUESTION
Back To Top
Search