mayr_md_cms 0.2.0 copy "mayr_md_cms: ^0.2.0" to clipboard
mayr_md_cms: ^0.2.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: ^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:mayr_md_cms/mayr_md_cms.dart';
1
likes
140
points
57
downloads

Publisher

verified publisheryoungmayor.com.ng

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.

Repository (GitHub)
View/report issues

Topics

#cms #markdown #flutter #productivity #content

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_markdown, url_launcher

More

Packages that depend on mayr_md_cms