-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
40 lines (33 loc) · 1.12 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: custom_text
description: Highly customisable text widget and controller to enable styling and gesture actions.
version: 2.0.3
repository: https://github.com/kaboc/flutter_custom_text
topics:
- text
- text-decorations
- rich-text
- highlight
- link
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'
dependencies:
flutter:
sdk: flutter
meta: ^1.10.0
text_parser: ^2.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
screenshots:
- description: 'Applying styles and triggering actions by gestures.'
path: screenshots/unique_styles_and_actions.gif
- description: 'Changing mouse cursor and text style on hover.'
path: screenshots/mouse_cursor_and_text_style_on_hover.gif
- description: 'Showing a popup at the position of a mouse enter event.'
path: screenshots/event_position.gif
- description: 'CustomTextEditingController enables text styling and actions in editable text.'
path: screenshots/custom_text_editing_controller.gif
- description: 'Support for an external parser allows a wider variety of use cases.'
path: screenshots/external_parser.gif