markdown_widget 1.2.6-nullsafety markdown_widget: ^1.2.6-nullsafety 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
import 'package:flutter/material.dart';
import 'my_app.dart';
void main() => runApp(MyApp());