Skip to content

Commit

Permalink
Allow inline AVIF images
Browse files Browse the repository at this point in the history
See #124
  • Loading branch information
amake committed Dec 14, 2024
1 parent 88731a1 commit 4f76807
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/test/media-avif.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Orgro logo

[[file:orgro-icon.avif][unicorn]]
Binary file added assets/test/orgro-icon.avif
Binary file not shown.
1 change: 1 addition & 0 deletions assets/test/test.org
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Bidi
* Media

- [[file:media-svg.org][SVG image]]
- [[file:media-avif.org][AVIF image]]
- [[file:media-error.org][Error cases]]

* Visibility
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ packages:
dependency: "direct main"
description:
name: org_flutter
sha256: b7696199e5597af015e4b5462e6835bb8c229c442692110a1ebda4304c03fcbb
sha256: "7c19291790b95b134ffeb8731e1f76c2909d3041a87672d27ccc41c2b5102c54"
url: "https://pub.dev"
source: hosted
version: "8.2.0"
version: "8.3.0"
org_parser:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
google_fonts: ^6.0.0
http: ^1.1.0
intl: ^0.19.0
org_flutter: ^8.2.0
org_flutter: ^8.3.0
# org_flutter:
# path: ../org_flutter
path_provider: ^2.0.9
Expand Down

0 comments on commit 4f76807

Please sign in to comment.