Matsuo32
Matsuo32
it just add reverse: true like below `SingleChildScrollView( reverse: true, ..... )`
any update?
> 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 {...