flutter_js_orgmode 0.2.0 copy "flutter_js_orgmode: ^0.2.0" to clipboard
flutter_js_orgmode: ^0.2.0 copied to clipboard

An Org Mode parser in Flutter apps which aims to parse accuracy via uniorg from JavaScript ecosystem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_js_orgmode

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

dependencies:
  flutter_js_orgmode: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_js_orgmode/flutter_js_orgmode.dart';
0
likes
100
pub points
0%
popularity

Publisher

verified publishercuilian.io

An Org Mode parser in Flutter apps which aims to parse accuracy via uniorg from JavaScript ecosystem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0, MIT (LICENSE)

Dependencies

flutter, flutter_js, flutter_js_asset, flutter_js_context, json_annotation

More

Packages that depend on flutter_js_orgmode