markdown_from_url 0.0.4 copy "markdown_from_url: ^0.0.4" to clipboard
markdown_from_url: ^0.0.4 copied to clipboard

Just a simple library to fetch raw markdown from the web and render it to a widget

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add markdown_from_url

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  markdown_from_url: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:markdown_from_url/markdown_from_url.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Just a simple library to fetch raw markdown from the web and render it to a widget

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_markdown, http, url_launcher

More

Packages that depend on markdown_from_url