xster

Results 69 comments of xster

Flutter isn't fully hosted on pub.dartlang.org like other packages. https://pub.dartlang.org/packages/flutter is only at 0.0.20 while at the time of writing, Flutter is at 0.2.11. A custom docset would be needed....

哇,写的这么详细。辛苦了。这些问题应该马上在master上修复好了 https://github.com/flutter/flutter/pull/35217 https://github.com/flutter/flutter/pull/36805 非常感谢你对社区对贡献

> The total amount of usage seems stable on that chart. I'm not sure that's the case. If you look at the trough of each open/close cycle, memory is creeping...

Just to clarify my understanding, I was seeing a growth in both the "other" category and the "native" category. I was under the impression that VM held heap space that...

Can you describe the ideal setup a bit? Do you want to route via command line params or building these toggling into schemes and route via scheme/flavor selections?

Just to make sure, there's a toggle in both the dart side and the native side right? And you'd want to make sure they're tied up so you don't accidentally...

also cc @Hixie (I'm not super sure who's driving that effort). Weren't there customers wanting to supply their own cronet implementation to back Dart networking as well? We should align...

Echoing @jmagman's suggestion. The other ramification is that having a benchmark test driving the gallery in Flutter repo (probably unintentionally) actually makes Flutter Gallery the one true source of all...