saminsohag

published 0.1.13

Showing 100 changed files with 8 additions and 5 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

## 0.1.13
* `GptMarkdownTheme` and `GptMarkdownThemeData` class moved to `gpt_markdown.dart` library.
## 0.1.12
* Fixed the indentation syntex of regex.
... ...
... ... @@ -35,11 +35,11 @@ At this moment this package supports:
- Striked text
~~Bolt text~~
~~striked text~~
- Bolt text
- Bold text
**Bolt text**
**Bold text**
- Italic text
... ... @@ -141,4 +141,4 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex
## Additional information
You can find the source code [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown)
You can find the source code [here.](https://github.com/Infinitix-LLC/gpt_markdown)
... ...
... ... @@ -4,7 +4,6 @@ import 'package:desktop_drop/desktop_drop.dart';
import 'package:flutter/material.dart';
import 'package:gpt_markdown/gpt_markdown.dart';
import 'package:flutter_math_fork/flutter_math.dart';
import 'package:gpt_markdown/theme.dart';
import 'package:watcher/watcher.dart';
import 'selectable_adapter.dart';
... ...