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

A starting point of a Dart library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eyamluate

With Flutter:

 $ flutter pub add eyamluate

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

dependencies:
  eyamluate: ^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:eyamluate/eval/eval.dart';
import 'package:eyamluate/eval/evaluator.dart';
import 'package:eyamluate/eval/fun_def_list.dart';
import 'package:eyamluate/eval/operation.dart';
import 'package:eyamluate/eval/path.dart';
import 'package:eyamluate/eval/validator.dart';
import 'package:eyamluate/eval/validator.g.dart';
import 'package:eyamluate/yaml/decoder.dart';
import 'package:eyamluate/yaml/encoder.dart';
import 'package:eyamluate/yaml/value.dart';
import 'package:eyamluate/yaml/yaml.dart';
0
likes
130
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A starting point of a Dart library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

characters, collection, embed_annotation, fixnum, json_schema, path, protobuf, yaml, yaml_edit

More

Packages that depend on eyamluate