fasdf 0.0.2 copy "fasdf: ^0.0.2" to clipboard
fasdf: ^0.0.2 copied to clipboard

asdf helper for symlinking versions defined in .tool-versions in your local project

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fasdf

Use it

The package has the following executables:

$ fasdf

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fasdf

With Flutter:

 $ flutter pub add fasdf

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

dependencies:
  fasdf: ^0.0.2

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:fasdf/actions/tool_version_parser.dart';
import 'package:fasdf/commands/use_command.dart';
import 'package:fasdf/data/tool_versions.dart';
import 'package:fasdf/data/tool_versions.freezed.dart';
import 'package:fasdf/exceptions/platform_not_supported_exception.dart';
import 'package:fasdf/exceptions/prerequisite_not_satisfied_exception.dart';
import 'package:fasdf/exceptions/tool_versions_not_found_exception.dart';
import 'package:fasdf/exceptions/tool_versions_parser_exception.dart';
import 'package:fasdf/prerequisite_checker.dart';
0
likes
150
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

asdf helper for symlinking versions defined in .tool-versions in your local project

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, freezed_annotation, json_annotation, path

More

Packages that depend on fasdf