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 839bf95 commit 19e5e14Copy full SHA for 19e5e14
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.0
2
+
3
+- Update dependencies
4
+- sdk: ^3.6.0
5
6
## 1.1.1
7
8
- fix: warnings
pubspec.yaml
@@ -1,7 +1,7 @@
name: pro_binary
description: Efficient binary serialization library for Dart. Encodes and decodes various data types.
-version: 1.1.1
+version: 2.0.0
repository: https://github.com/pro100andrey/pro_binary
issue_tracker: https://github.com/pro100andrey/pro_binary/issues
@@ -22,10 +22,10 @@ topics:
22
- deserialization
23
24
environment:
25
- sdk: ^3.4.3
+ sdk: ^3.6.0
26
27
dev_dependencies:
28
- benchmark_harness: ^2.2.2
29
- pro_lints: ^2.0.4
30
- test: ^1.25.7
+ benchmark_harness: ^2.3.1
+ pro_lints: ^3.0.1
+ test: ^1.25.14
31
0 commit comments