Results 68 comments of Sky24n

发下代码吧 :octocat: [From gitme Android](http://flutterchina.club/app/gm.html)

你发个简单的demo到我邮箱,[email protected] :octocat: [From gitme Android](http://flutterchina.club/app/gm.html)

另外SpUtil是支持存取Object的。 SpUtil.putObject("loc_city", city); City hisCity = SpUtil.getObj("loc_city", (v) => City.fromJson(v));

只是做一个base library的示例!供大家参考。 如果想使用,可以clone后自己升级dio使用。 :octocat: [From gitme Android](http://flutterchina.club/app/gm.html)

我这个你没有发现有问题嘛

一般情况下,版本比较都是放在在服务端的呢,有可能用的versionCode或versionName;升级,强制升级都是服务端在判定。

正则来自[AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode/blob/master/lib/utilcode/src/main/java/com/blankj/utilcode/util/RegexUtils.java),你可以向他反馈一下。

Login error in Web! throw XMLHttpRequest error. ``` dart var respons = await http.post( "https://github.com/login/oauth/access_token", body: { 'client_id': 'xxx', 'client_secret': 'xxx', 'auth_code': 'xxx', }, ); ```

18年的项目,觉得不好不看就是,没必要喷!你6b自己写就是!

Recommend using [flutter_bloc](https://github.com/felangel/bloc) to manage your app.