xxssd-awsl

Results 3 comments of xxssd-awsl

作者在开头说了,把插件编写去掉了,想看的话可以找找历史快照

对了,路径不能有空格

> ```dart > padding: EdgeInsets.only( > bottom: MediaQuery.of(context).viewInsets.bottom, > ), > ``` it's not useful for me in **flutter 2.5.3** this code maybe play the same role `builder: (context, child)...