native_doctor 0.1.0-dev.3 copy "native_doctor: ^0.1.0-dev.3" to clipboard
native_doctor: ^0.1.0-dev.3 copied to clipboard

A tool that analyzes Flutter and Dart project dependencies, find requirements for native toolchains and, if possible, resolves issues.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_doctor

Use it

The package has the following executables:

$ native_doctor

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_doctor

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

dependencies:
  native_doctor: ^0.1.0-dev.3

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

Import it

Now in your Dart code, you can use:

import 'package:native_doctor/native_doctor.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publisherirondash.dev

A tool that analyzes Flutter and Dart project dependencies, find requirements for native toolchains and, if possible, resolves issues.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, logging, native_assets_cli, native_toolchain_rust_common, package_config, path, pub_semver, pubspec_parse, rustup, yaml

More

Packages that depend on native_doctor