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

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 Dart:

 $ dart pub add spm

With Flutter:

 $ flutter pub add spm

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

dependencies:
  spm: ^0.5.0

Alternatively, your editor might support dart pub get or 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
0
points
842
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#flutter #cli #static-analysis #profiling

License

unknown (license)

Dependencies

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

More

Packages that depend on spm