mayr_md_cms 1.0.0 copy "mayr_md_cms: ^1.0.0" to clipboard
mayr_md_cms: ^1.0.0 copied to clipboard

A flexible Flutter widget that fetches and renders Markdown content from local assets, network URLs, or custom sources — with built-in loading and error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mayr_md_cms

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

dependencies:
  mayr_md_cms: ^1.0.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:mayr_md_cms/mayr_md_cms.dart';
2
likes
130
points
153
downloads

Publisher

verified publishermayrlabs.com

Weekly Downloads

A flexible Flutter widget that fetches and renders Markdown content from local assets, network URLs, or custom sources — with built-in loading and error handling.

Topics

#cms #markdown #flutter #productivity #content

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_markdown, url_launcher

More

Packages that depend on mayr_md_cms