Commit 8f92516
committed
release: v1.1.0 — pub.dev polish, docs, tests, visual rendering
## Documentation
- Translate all Vietnamese comments to English (hyper_viewer.dart, adapter.dart)
- Add dartdoc to HyperRenderMode enum and HtmlAdapter class
- Rewrite README: absolute image URLs for pub.dev, screenshots field,
better conversion structure (Quick Start first, then features)
- Update pub description to include flutter_html discovery keywords
- Fix sub-package README version references (^1.0.0 → ^1.1.0)
## pub.dev readiness
- Bump all sub-package versions to 1.1.0 (html, markdown, highlight,
clipboard, devtools)
- Add screenshots: field to pubspec.yaml with 6 demo GIFs
- Update vector_math: ^2.1.4 → ^2.2.0
- Fix pubspec_publish_ready.yaml (versions, description, screenshots)
- Update prepare_publish.sh: auto-remove publish_to: none,
validate all required files and screenshot assets
- Fix pubspec comments: ^1.2.0 → ^1.1.0
## Tests
- Replace 3 TODO stub tests with real assertions (DeltaAdapter,
MarkdownAdapter, HyperViewer.delta/markdown constructors)
- Add URL assertion to link tap tests in render_hyper_box_test and
layout_logic_test
- Add virtualized mode + auto-large-content integration tests
using tester.runAsync() for async parse path
- Update golden images to match current rendering output
## Demo
- Add CJK languages demo (cjk_languages_demo.dart)
- Add devtools_options.yaml to example1 parent 1d2072d commit 8f92516
86 files changed
Lines changed: 3314 additions & 1668 deletions
File tree
- example
- lib
- test
- lib/src
- parser
- delta
- html
- markdown
- utils
- widgets
- packages
- hyper_render_clipboard
- lib/src
- hyper_render_core
- lib/src
- core
- model
- widgets
- test
- hyper_render_devtools
- hyper_render_highlight
- hyper_render_html
- hyper_render_markdown
- scripts
- test
- golden/goldens
- integration
- model
- style
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments