git-touch / highlight.dart

Syntax highlighting for Dart and Flutter
https://git-touch.github.io/highlight/
MIT License
234 stars 85 forks source link

Autodetect can never be set through HighLightView widget #56

Open AryanAryn opened 3 months ago

AryanAryn commented 3 months ago

No way to pass autodetect as value 'true' to widget 'HighlightView'. It internally calls method 'highlight' which defaults variable autodetect to 'false'. Also when language set to null, which it apparently accepts flutter null exception is thrown.