mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
22 lines
467 B
YAML
22 lines
467 B
YAML
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:
|