新增代码文件支持行号显示

This commit is contained in:
jyuesong
2022-06-15 11:05:49 +08:00
parent 4e3f8a0df9
commit 2005083d2e
117 changed files with 4625 additions and 136 deletions

View File

@@ -0,0 +1,21 @@
name: code_text_field
description: A customizable code field supporting syntax highlighting, bi-directionnal scrolling and code modifiers
version: 1.0.3
homepage: https://github.com/BertrandBev/code_field
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.26.0"
dependencies:
flutter:
sdk: flutter
linked_scroll_controller: ^0.2.0-nullsafety.0
highlight: ^0.7.0
flutter_highlight: ^0.7.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter: