memory_checker 0.0.5 copy "memory_checker: ^0.0.5" to clipboard
memory_checker: ^0.0.5 copied to clipboard

To finder memory leak by Dart VM Service。Support for Windows/Linux/Android/iOS, not support for Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add memory_checker

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

dependencies:
  memory_checker: ^0.0.5

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:memory_checker/memory_checker.dart';
5
likes
40
pub points
15%
popularity

Publisher

unverified uploader

To finder memory leak by Dart VM Service。Support for Windows/Linux/Android/iOS, not support for Web.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, isolate, vm_service

More

Packages that depend on memory_checker