leodt_parser 0.0.1 copy "leodt_parser: ^0.0.1" to clipboard
leodt_parser: ^0.0.1 copied to clipboard

The LeoDT Parser is a Dart package designed for parsing and interpreting decision tree structures specified in the LeoDT format. It provides a robust solution for applications requiring decision-makin [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add leodt_parser

With Flutter:

 $ flutter pub add leodt_parser

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

dependencies:
  leodt_parser: ^0.0.1

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:leodt_parser/leodt_parser.dart';
2
likes
0
pub points
46%
popularity

Publisher

unverified uploader

The LeoDT Parser is a Dart package designed for parsing and interpreting decision tree structures specified in the LeoDT format. It provides a robust solution for applications requiring decision-making capabilities, particularly useful in domains like medical diagnosis, troubleshooting systems, or any scenario where a series of decisions leads to a conclusive result.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on leodt_parser