nixy_markdown 0.1.2
nixy_markdown: ^0.1.2 copied to clipboard
Markdown for nixi package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nixy_markdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nixy_markdown: ^0.1.2Alternatively, 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:nixy_markdown/formatters/newline_formatter.dart';
import 'package:nixy_markdown/nixi_markdown.dart';
import 'package:nixy_markdown/toolbar.dart';