mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-24 12:02:33 -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,
|
||||
|
||||
Reference in New Issue
Block a user