tree: 042d073a0cc52c3483d10524977a95f1f5ee0669 [path history] [tgz]
  1. lib/
  2. pubspec.yaml
  3. README.md
framework/README.md

flute

A stipped down Flutter that has all the framework functionality but doesn't render anything. Good for benchmarking various Dart build modes (AOT vs dart2js vs JIT vs debug vs profile vs release...) on various hardware profiles (browser vs desktop vs mobile) such that performance is only affected by the language runtime and not by graphics or any other external systems.