fasdf 0.0.1
fasdf: ^0.0.1 copied to clipboard
asdf helper for symlinking versions defined in .tool-versions in your local project
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fasdfWith Flutter:
$ flutter pub add fasdfThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fasdf: ^0.0.1Alternatively, 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';