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.

  1 +## 0.1.13
  2 +
  3 +* `GptMarkdownTheme` and `GptMarkdownThemeData` class moved to `gpt_markdown.dart` library.
  4 +
1 ## 0.1.12 5 ## 0.1.12
2 6
3 * Fixed the indentation syntex of regex. 7 * Fixed the indentation syntex of regex.
@@ -35,11 +35,11 @@ At this moment this package supports: @@ -35,11 +35,11 @@ At this moment this package supports:
35 35
36 - Striked text 36 - Striked text
37 37
38 - ~~Bolt text~~ 38 + ~~striked text~~
39 39
40 -- Bolt text 40 +- Bold text
41 41
42 - **Bolt text** 42 + **Bold text**
43 43
44 - Italic text 44 - Italic text
45 45
@@ -141,4 +141,4 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex @@ -141,4 +141,4 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex
141 141
142 ## Additional information 142 ## Additional information
143 143
144 -You can find the source code [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown) 144 +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'; @@ -4,7 +4,6 @@ import 'package:desktop_drop/desktop_drop.dart';
4 import 'package:flutter/material.dart'; 4 import 'package:flutter/material.dart';
5 import 'package:gpt_markdown/gpt_markdown.dart'; 5 import 'package:gpt_markdown/gpt_markdown.dart';
6 import 'package:flutter_math_fork/flutter_math.dart'; 6 import 'package:flutter_math_fork/flutter_math.dart';
7 -import 'package:gpt_markdown/theme.dart';  
8 import 'package:watcher/watcher.dart'; 7 import 'package:watcher/watcher.dart';
9 import 'selectable_adapter.dart'; 8 import 'selectable_adapter.dart';
10 9