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 c1d1dc3 commit d302bc5Copy full SHA for d302bc5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.0.1
4
+
5
+- Downgrade [meta](https://pub.dev/packages/meta) version to [v1.7.0](https://pub.dev/packages/meta/versions/1.7.0) for Flutter compatibility.
6
7
## 3.0.0
8
9
Wooho: **🎉 Added support for Dart SDK 2.17.0 and Null Safety 🎉**
pubspec.yaml
@@ -1,6 +1,6 @@
name: binary
description: Utilities for accessing binary data and bit manipulation in Dart and Flutter
-version: 3.0.0
+version: 3.0.1
homepage: https://github.com/matanlurey/binary
repository: https://github.com/matanlurey/binary
@@ -9,7 +9,7 @@ environment:
10
dependencies:
11
matan: ^1.0.0
12
- meta: ^1.8.0
+ meta: ^1.7.0
13
14
dev_dependencies:
15
coverage: ^1.3.2
0 commit comments