org_flutter 2.1.0 copy "org_flutter: ^2.1.0" to clipboard
org_flutter: ^2.1.0 copied to clipboard

Flutter widgets for displaying Emacs Org Mode (https://orgmode.org) content

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add org_flutter

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

dependencies:
  org_flutter: ^2.1.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:org_flutter/org_flutter.dart';
3
likes
120
pub points
68%
popularity

Publisher

verified publishermadlon-kay.com

Flutter widgets for displaying Emacs Org Mode (https://orgmode.org) content

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_highlight, flutter_tex_js, highlight, org_parser

More

Packages that depend on org_flutter