flutter_colorful_markdown 0.0.3 copy "flutter_colorful_markdown: ^0.0.3" to clipboard
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
Image Image

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

0
likes
140
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A widget that displays markdown with random colorful style. It supports images, links, latex and text styles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_markdown, markdown, url_launcher

More

Packages that depend on flutter_colorful_markdown