BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
230 stars 61 forks source link

fix typo #84

Closed jarrodcolburn closed 10 months ago

jarrodcolburn commented 10 months ago

current (incorrect): import 'package:code_text_field/code_field.dart'; // forgot text

correct: import 'package:code_text_field/code_text_field.dart';

BertrandBev commented 10 months ago

Thanks @jarrodcolburn !

jarrodcolburn commented 7 months ago

@BertrandBev The Pub.dev package still doesn't seem to be updated with this typo in README. I understand that you may be waiting to push a big version change, but is it possible to update the pub.dev docs?

BertrandBev commented 7 months ago

Not unless I push a new version of the package I'm afraid!