Henry.H

Results 778 comments of Henry.H

- this is not a bug. - just xcode's shit. - ref: https://github.com/flutter/flutter/issues/18305 - I have tested the following 2 solutions, both working fine. ## solution1: - use xcode, open...

- 同上, 非常卡. - 不知道搞啥幺蛾子? - 之前的版本, 虽然也有 bug, 好歹能用. ## 系统环境: - osx `10.14.6 (18G103)` ``` MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports) 1.4 GHz Intel Core i5...

- 可以参考我这个 fork 版本: https://github.com/better-dart/flutter_shop - 修复了编译报错和数据接口. - 同时会补充一些代码注释.

+1 `^0.8.0-nullsafety.0` 这个版本, 应该有些 bug 还没修. 没法用.

## public projets: - https://github.com/zeromicro/zeromall - https://github.com/better-go/pkg - https://github.com/better-go/cookiecutter-go

> > ## public projets: > > > > * https://github.com/zeromicro/zeromall > > * https://github.com/better-go/pkg > > * https://github.com/better-go/cookiecutter-go > > Better put these on #653 ok, It has been...

- 多语言的支持, 可以参考这个项目的做法: - https://github.com/bdlukaa/fluent_ui/pull/216/files - 或者, 另外一种是集成 GetX, GetX 自带的`多语言模块`, 也非常简单+易用. - [GetX - 国际化](https://github.com/jonataslaw/getx/blob/master/README.zh-cn.md#%E5%9B%BD%E9%99%85%E5%8C%96)

> 你好,目前 bruno 功能不依赖 xml 新版本,我们也会考虑在一个版本升级依赖库,暂时解决方案在所在工程 ymal 中使用 dependency_overrides 加入您需要的版本覆盖 bruno 中依赖版本 - `flutter_svg` 使用非常高频. - 这么久了, 还是升一下[bruno](https://github.com/LianjiaTech/bruno) 依赖的 `xml` 版本吧? 一直冲突, 也是阻碍其他人使用本项目的. - 虽然 `dependency_overrides` 能解决问题. - 但是, 不升级...

#287 - 相同问题. 在这里给了临时解决办法. - 参考我的回复.