flutter_perf_doctor 0.1.0
flutter_perf_doctor: ^0.1.0 copied to clipboard
Detect Flutter performance issues automatically.
flutter-perf-doctor #
Topics: dart · flutter · flutter-perf-doctor · mobile · pub
Detect Flutter performance issues automatically.
CLI #
npx flutter-perf-doctor scan
Features #
- rebuild issues
- memory leaks
- oversized widgets
- nested scroll issues
Usage #
import 'package:flutter_perf_doctor/flutter_perf_doctor.dart';
void main() {
FlutterPerfDoctor.init();
}
Why #
Performance debugging is difficult.
License #
MIT