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

Remove pubspec.lock from package and example #54

Closed alexeyinkin closed 2 years ago

alexeyinkin commented 2 years ago

pubspec.lock should not be in libraries because it is ignored when it is included in an app.

pubspec.lock should not be in example because for app that simple it brings no benefits but it is one more thing to maintain and merge.