Sdk: How can I get run_binary_size_analysis.dart after flutter1.22.2

Created on 28 Oct 2020  Â·  1Comment  Â·  Source: dart-lang/sdk

kylewong@KyleWongs-Work-MBP src % /Users/kylewong/Codes/Flutter/alibaba-flutter/flutter/bin/flutter doctor -v
[✓] Flutter (Channel unknown, 1.24.0-4.0.pre.106, on Mac OS X 10.15.7 19H2
    darwin-x64, locale en-CN)
    • Flutter version 1.24.0-4.0.pre.106 at
      /Users/kylewong/Codes/Flutter/alibaba-flutter/flutter
    • Framework revision fb508db94d (3 hours ago), 2020-10-27 17:16:24 -0700
    • Engine revision 64e6599910
    • Dart version 2.11.0 (build 2.11.0-260.0.dev)
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror http://flutter-storage.alibaba-inc.com/taobao

Previously,run_binary_size_analysis.dart is available at:
image

However, now it's missing and the alternative one seems deleted also.

@mraleph

type-question

Most helpful comment

The code has moved into its own package: https://github.com/dart-lang/sdk/blob/master/pkg/vm_snapshot_analysis and is published on pub as well.

Furthermore it is deeply integrated with Flutter tooling through Dev Tools: https://flutter.dev/docs/development/tools/devtools/app-size

>All comments

The code has moved into its own package: https://github.com/dart-lang/sdk/blob/master/pkg/vm_snapshot_analysis and is published on pub as well.

Furthermore it is deeply integrated with Flutter tooling through Dev Tools: https://flutter.dev/docs/development/tools/devtools/app-size

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vsmenon picture vsmenon  Â·  54Comments

inohunk picture inohunk  Â·  47Comments

alxhub picture alxhub  Â·  49Comments

listepo-alterpost picture listepo-alterpost  Â·  66Comments

rxwen picture rxwen  Â·  80Comments