pohlang 0.0.3 copy "pohlang: ^0.0.3" to clipboard
pohlang: ^0.0.3 copied to clipboard

PohLang — a tiny, fully phrasal English-like language that transpiles to Dart.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pohlang

Use it

The package has the following executables:

$ pohlang

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pohlang

With Flutter:

 $ flutter pub add pohlang

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

dependencies:
  pohlang: ^0.0.3

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:pohlang/pohlang.dart';
0
likes
120
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

PohLang — a tiny, fully phrasal English-like language that transpiles to Dart.

License

MIT (license)

Dependencies

collection, path

More

Packages that depend on pohlang