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 94e9b12 commit 8d348f7Copy full SHA for 8d348f7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0
2
+
3
+- Add `RandomAccessBinaryReader`.
4
5
## 1.0.2
6
7
- Performance improvements.
pubspec.yaml
@@ -1,6 +1,6 @@
name: random_access_source
description: Shared interfaces for random access data.
-version: 1.0.2
+version: 1.1.0
repository: https://github.com/flutter-cavalry/random_access_source
environment:
@@ -11,6 +11,6 @@ dependencies:
11
# path: ^1.8.0
12
13
dev_dependencies:
14
- mgenware_dart_lints: ^6.5.2
+ mgenware_dart_lints: ^7.0.0
15
test: ^1.24.0
16
tmp_path: ^1.3.1
0 commit comments