Skip to content

Commit 536ab93

Browse files
chore: add .pubignore and fix pubspec_publish_ready for pub.dev
1 parent 9975d85 commit 536ab93

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.pubignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Exclude benchmark runner (standalone Flutter project with unresolvable imports)
2+
benchmark/
3+
4+
# Exclude CI/CD and scripts
5+
.github/
6+
scripts/
7+
8+
# Exclude internal dev files
9+
pubspec.yaml.backup
10+
pubspec_publish_ready.yaml

pubspec_publish_ready.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hyper_render
2-
description: "The Universal Content Engine for Flutter - A high-performance rendering engine for HTML, Markdown, and Quill Delta with perfect text selection, advanced CSS support, and CJK typography."
2+
description: "Flutter rendering engine for HTML, Markdown, and Quill Delta. Single RenderObject — no widget tree. Supports CSS Float, Flexbox, Grid, Ruby/Furigana, and text selection."
33
version: 1.0.0
44
homepage: https://github.com/brewkits/hyper_render
55
repository: https://github.com/brewkits/hyper_render
@@ -54,3 +54,11 @@ dev_dependencies:
5454
build_runner: ^2.4.8
5555

5656
flutter:
57+
assets:
58+
- assets/float_demo.gif
59+
- assets/ruby_demo.gif
60+
- assets/selection_demo.gif
61+
- assets/table_demo.gif
62+
- assets/comparison_demo.gif
63+
- assets/performance_demo.gif
64+
- assets/layout_demo.gif

0 commit comments

Comments
 (0)