李金山

Results 4 issues of 李金山

Android device is ok, but volume is very low on ios (xsmax os version: 15.5). I see some same issue, but close with 1.0.0-rc4 fix. now i am use 1.0.1.

bug
help wanted
platform-ios

文档有提及刷新登陆接口 /user/refresh,但是没有找到.希望能补充一下~ 21-08-22 🐚 新增刷新登陆 & mv 点赞 & bug fix,这个Commit提交是不是漏掉了.

``` import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'index.dart'; class TestPage extends GetView { const TestPage({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return WillPopScope( onWillPop: () async { return...

Transition.cupertino IOS popGesture swipe back full screen effect. Whether it is the edge of the screen, the middle of the screen or the far right of the screen, you always...