flutter_colorful_markdown 0.0.3
flutter_colorful_markdown: ^0.0.3 copied to clipboard
A widget that displays markdown with random colorful style. It supports images, links, latex and text styles.
markdown version css, convert your markdown colorful
Features #
No images | Images background |
---|---|
![]() |
![]() |
Getting started #
import 'package:flutter_colorful_markdown/flutter_colorful_markdown.dart';
Usage #
// import the package
import 'package:flutter_colorful_markdown/flutter_colorful_markdown.dart';
// create new colorful markdown widget
final ColorfulMarkdown newColorfulMarkdown = ColorfulMarkdown(
backgroundImage: _backgroundImages[Random().nextInt(_backgroundImages.length)], // your background image if you need it
data: _markdownData, // your data
),
Additional information #
Any issuses are welcome