Name Last Update
..
example Loading commit data...
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.metadata Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...

This is a flutter package to create markdown widget. with Latex math formula support and also simple to use package.

Features

You can create simple markdown view by this package.

At this moment this package supports:

  • Unordered list

    `* <Text here>`
  • Links

    `[<text here>](<href>)`
  • Images with size

    `![<width>x<hight> someText](url)`
  • Table

    | Name | Roll |
    | sohag | 1   |
    
    Name Roll
    sohag 1
  • Bolt texts

    `**<Text here>**`
  • heading texts

    `## <Text here>`
  • Latex formula

    `$\frac a b$`

    $\frac a b$

Getting started

Run this command:

flutter pub add tex_markdown 

Usage

documentation

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.