markdown_widget 1.1.8
markdown_widget: ^1.1.8 copied to clipboard
A new markdown package. It supports TOC function, HTML video and img tag,and it works well on both the web and mobile
example/lib/main.dart
import 'package:flutter/material.dart';
import 'my_app.dart';
void main() => runApp(MyApp());