mayr_md_cms 1.0.0 
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_cmsThis 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.0Alternatively, 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';