spm 0.6.0 copy "spm: ^0.6.0" to clipboard
spm: ^0.6.0 copied to clipboard

PlatformAndroid

Unified static analysis and runtime profiling for Flutter rebuild scopes and their triggers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate spm

Use it

The package has the following executables:

$ spm

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spm

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

dependencies:
  spm: ^0.6.0

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:spm/spm.dart';
5
likes
160
points
842
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Unified static analysis and runtime profiling for Flutter rebuild scopes and their triggers.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cli #static-analysis #profiling

License

BSD-3-Clause (license)

Dependencies

analyzer, args, dartz, flutter, path, vm_service, web_socket_channel

More

Packages that depend on spm