Yuqian Li
Yuqian Li
Does this cover mobile (iOS/Android) performance monitoring, or is this Flutter for Web performance only?
Since this issue supersedes https://github.com/material-components/material-components-flutter-gallery/issues/543, let me also copy @collinjackson's helpful suggestion here as below. > Here is the Flutter plugin that sends performance monitoring data to Firebase: > >...
I'm not aware of any benchmarks on platform channels in https://flutter-dashboard.appspot.com/benchmarks.html yet. I'm certainly interested in adding them so we can give a definite answer on how fast Flutter is...
@truongsinh : I was referring to https://github.com/shaqian/flutter_tflite that you've mentioned in https://github.com/dart-lang/tflite_native/issues/16#issuecomment-531364569 . That seems to be a popular and well maintained plugin according to https://pub.dev/packages/tflite#-analysis-tab-
@luigi-rosso : I'd like to know more details about why it's infeasible to have Flare directly access lower level SkSurfaces with Flutter's threaded rendering. Is it because [`Texture`][1] widget may...
Good question. I think a clear definition would help us and our developers a lot. My personal understanding is that "jank" is the opposite of "smooth". Latency is another issue....
@goderbauer : as https://github.com/flutter/flutter/issues/59155#issuecomment-642372917 suggested, the problem seems to be that the framework calculates the `FadeInImage`'s size wrong, and therefore the clip is not applied correctly. The blue rrect in...
I think that it's a feature request. As @kangwang1988 mentioned, Alibaba has several solutions to achieve this. I think the original issue reporter @Sunzxyong also implemented a solution in their...
@devoncarew for Flutter IDE plugins, @jonahwilliams for flutter tools.
The improvement does seem to be very significant. @goderbauer : is there a solution that can solve your concern in https://github.com/flutter/flutter/issues/28204#issuecomment-530616318 ?