Skip to content

Instantly share code, notes, and snippets.

@crizant
Created March 2, 2020 12:37
Show Gist options
  • Save crizant/71dc3e079da72e203f76a43fe26c2958 to your computer and use it in GitHub Desktop.
Save crizant/71dc3e079da72e203f76a43fe26c2958 to your computer and use it in GitHub Desktop.
Flutter const constructor analysis (memory usage)
Metric(Memory usage)\No. of logo 10 100 1000
Capacity(Use const constructor) 7.7MB 9.96MB 27.3MB
Used(Use const constructor) 4.4MB 4.3MB 16.8MB
Capacity(Use non-const constructor) 7.7MB 10.9MB 29.4MB
Used(Use non-const constructor) 4.3MB 5.4MB 22.1MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment