Matsuo32

Results 5 comments of Matsuo32

it just add reverse: true like below `SingleChildScrollView( reverse: true, ..... )`

> hi sorry for the late reply. Can you guys offer more information about your android version and vendor? Test on Android version 13. Mi 11

# ``` // add this subprojects { afterEvaluate { project -> if (project.hasProperty('android')) { project.android { if (namespace == null) { namespace project.group } } } } } subprojects {...