File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Exclude benchmark runner (standalone Flutter project with unresolvable imports)
1+ # Build artifacts (normally in .gitignore, must re-declare here since .pubignore overrides .gitignore)
2+ build/
3+ **/build/
4+ .dart_tool/
5+ **/.dart_tool/
6+ .flutter-plugins
7+ .flutter-plugins-dependencies
8+ *.dill
9+ *.dill.track.dill
10+
11+ # Example app (not needed on pub.dev)
12+ example/
13+
14+ # Benchmark runner (standalone Flutter project with unresolvable imports)
215benchmark/
316
4- # Exclude CI/CD and scripts
17+ # CI/CD and dev scripts
518.github/
619scripts/
720
8- # Exclude internal dev files
21+ # Internal publish helpers
922pubspec.yaml.backup
1023pubspec_publish_ready.yaml
24+
25+ # macOS artifacts
26+ **/.DS_Store
27+ **/Pods/
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies:
3131 hyper_render_html : ^1.0.0
3232 hyper_render_markdown : ^1.0.0
3333 hyper_render_highlight : ^1.0.0
34+ hyper_render_clipboard : ^1.0.0
3435
3536 # External dependencies
3637 flutter_highlight : ^0.7.0
You can’t perform that action at this time.
0 commit comments