Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

| Package | Version | Description |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
Expand Down
4 changes: 4 additions & 0 deletions flutter_highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0+1

- Update demo link

## 0.6.0

- Specify Tab size
Expand Down
2 changes: 1 addition & 1 deletion flutter_highlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Usage

Expand Down
4 changes: 2 additions & 2 deletions flutter_highlight/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_highlight
description: Syntax highlighting widget for Flutter with lots of languages and themes support.
version: 0.6.0
version: 0.6.0+1
author: Rongjian Zhang <pd4d10@gmail.com>
homepage: https://github.com/pd4d10/highlight
homepage: https://github.com/git-touch/highlight

environment:
sdk: ">=2.3.0 <3.0.0"
Expand Down