flutter_risk_detector 0.1.1 copy "flutter_risk_detector: ^0.1.1" to clipboard
flutter_risk_detector: ^0.1.1 copied to clipboard

A Flutter debugging toolkit that detects RenderFlex overflows, rebuild storms, async risks, memory leaks, jank, and lint issues at runtime and via static analysis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_risk_detector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_risk_detector: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_risk_detector/flutter_risk_detector.dart';
4
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter debugging toolkit that detects RenderFlex overflows, rebuild storms, async risks, memory leaks, jank, and lint issues at runtime and via static analysis.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #debugging #diagnostics #performance #lint

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_risk_detector