We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106aa29 commit 7c5969bCopy full SHA for 7c5969b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.4.0
4
+
5
+- Add `BaseBmffBox` for `BmffBox` and `AsyncBmffBox`;
6
+- Add `fullBoxType` for `BmffBox` with `BaseBmffBox`;
7
8
## 1.3.1
9
10
- Fix: `AsyncBmffBox` `updateForceFullBox` method, will update all box in `children
pubspec.yaml
@@ -1,6 +1,6 @@
name: bmff
description: The package provides a library for reading ISO Base Media File Format (BMFF) files.
-version: 1.3.1
+version: 1.4.0
homepage: https://github.com/CaiJingLong/bmff
environment:
0 commit comments