File tree Expand file tree Collapse file tree 4 files changed +7
-94
lines changed
Expand file tree Collapse file tree 4 files changed +7
-94
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+
3+ - Remove undocumented binary reader.
4+
15## 2.1.0
26
37- Add ` close ` to ` RandomAccessBinaryReader ` .
Original file line number Diff line number Diff line change 11/// Shared interfaces for random access data.
22library ;
33
4- export 'src/random_access_source.dart' ;
54export 'src/bytes_ra_source.dart' ;
65export 'src/file_ra_source.dart' ;
7- export 'src/random_access_binary_reader .dart' ;
6+ export 'src/random_access_source .dart' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : random_access_source
22description : A shared interface for common random access data.
3- version : 2.1 .0
3+ version : 2.2 .0
44repository : https://github.com/flutter-cavalry/random_access_source
55
66environment :
77 sdk : ^3.4.4
88
9- # Add regular dependencies here.
10- dependencies :
11- # path: ^1.8.0
12-
139dev_dependencies :
14- mgenware_dart_lints : ^7 .0.0
10+ mgenware_dart_lints : ^8 .0.0
1511 test : ^1.24.0
1612 tmp_path : ^1.3.1
You can’t perform that action at this time.
0 commit comments