mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-23 07:40:58 -05:00
build: upgrade flutter_highlight
This commit is contained in:
@@ -111,7 +111,7 @@ class ObjectScreen extends StatelessWidget {
|
||||
|
||||
Widget _buildBlob(payload) {
|
||||
// FIXME:
|
||||
return Highlight(
|
||||
return HighlightView(
|
||||
payload['text'],
|
||||
language: extname.isEmpty ? 'plaintext' : extname,
|
||||
theme: githubTheme,
|
||||
|
||||
@@ -29,7 +29,7 @@ dependencies:
|
||||
github_contributions: ^0.1.1
|
||||
flutter_svg: ^0.13.0
|
||||
launch_review: ^2.0.0
|
||||
flutter_highlight: ^0.2.1
|
||||
flutter_highlight: ^0.3.0
|
||||
timeago: ^2.0.18
|
||||
primer:
|
||||
git:
|
||||
|
||||
Reference in New Issue
Block a user