Home [Flutter] Markdown
Post
Cancel

[Flutter] Markdown

https://pub.dev/packages/flutter_markdown/example

1
flutter pub add flutter_markdown
1
appBar: AppBar(title: const Markdown(data: '### Vagazine'))

Another exception was thrown: Assertion failed:

flutter_markdown에서 data에는 .md 파일을 넣어줘야 한다.

https://github.com/asjqkkkk/markdown_widget을 참고

This post is licensed under CC BY 4.0 by the author.

[Flutter] GirdView 리스트 결과 출력

[Flutter] pull to refresh