performance 0.1.0%2B1
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
Performance overlay package for Flutter apps that works on web.
performance_example
Example app demonstrating use of the performance package.
See the main repo README for a link to the example app running on web.
Running locally
If you want to run the example app locally on other platforms than web, you need to first run the following command in this directory:
flutter create --description "Example app demonstrating use of the performance package." --org "creativemaybeno" --project-name "performance_example" --template=app .