org_flutter 6.0.3 copy "org_flutter: ^6.0.3" to clipboard
org_flutter: ^6.0.3 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: ^6.0.3

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
140
pub points
65%
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_slidable, flutter_tex_js, highlighting, org_parser, petit_lisp, petitparser

More

Packages that depend on org_flutter