We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc74f4d commit 5caf4c7Copy full SHA for 5caf4c7
flutter_highlight/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.0
2
+
3
+- Use `highlight` v0.5.0
4
5
## 0.4.0
6
7
- Use `highlight` v0.4.0
flutter_highlight/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_highlight
description: Syntax highlighting widget for Flutter with lots of languages and themes support.
-version: 0.4.0
+version: 0.5.0
author: Rongjian Zhang <pd4d10@gmail.com>
homepage: https://github.com/pd4d10/highlight
@@ -10,7 +10,7 @@ environment:
10
dependencies:
11
flutter:
12
sdk: flutter
13
- highlight: ^0.4.0
+ highlight: ^0.5.0
14
15
dev_dependencies:
16
flutter_test:
0 commit comments