Skip to content

Commit 251505a

Browse files
docs: Fix Demo links (#8)
1 parent f410286 commit 251505a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Syntax highlighting for Dart and Flutter, which supports lots of languages and themes.
44

5-
[View gallery built with Flutter web](https://pd4d10.github.io/highlight/)
5+
[View gallery built with Flutter web](https://git-touch.github.io/highlight/)
66

77
| Package | Version | Description |
88
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------ |

flutter_highlight/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0+1
2+
3+
- Update demo link
4+
15
## 0.6.0
26

37
- Specify Tab size

flutter_highlight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![pub](https://img.shields.io/pub/v/flutter_highlight)](https://pub.dev/packages/flutter_highlight)
44

5-
Syntax highlighter for Flutter. https://pd4d10.github.io/highlight/
5+
Syntax highlighter for Flutter. https://git-touch.github.io/highlight/
66

77
## Usage
88

flutter_highlight/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_highlight
22
description: Syntax highlighting widget for Flutter with lots of languages and themes support.
3-
version: 0.6.0
3+
version: 0.6.0+1
44
author: Rongjian Zhang <pd4d10@gmail.com>
5-
homepage: https://github.com/pd4d10/highlight
5+
homepage: https://github.com/git-touch/highlight
66

77
environment:
88
sdk: ">=2.3.0 <3.0.0"

0 commit comments

Comments
 (0)