markdown_widget 1.3.0+1
markdown_widget: ^1.3.0+1 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());