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 in README example #73

Closed jason810496 closed 1 year ago

jason810496 commented 1 year ago

import 'package:code_text_field/code_field.dart'; should be import 'package:code_text_field/code_text_field.dart';

( encounter this error when copy the example from flutter pub πŸ‘€

ζˆͺεœ– 2022-12-22 δΈ‹εˆ11 50 01

BTW thanks for contributing this wonderful package ! ( It helps me a lot when building final project for window programming design course πŸ’―

BertrandBev commented 1 year ago

Good catch, thanks!