mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
新增代码文件支持行号显示
This commit is contained in:
21
pub/code_field-master/pubspec.yaml
Normal file
21
pub/code_field-master/pubspec.yaml
Normal 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:
|
||||
Reference in New Issue
Block a user