Skip to content

Commit d302bc5

Browse files
authored
Downgrade meta version for Flutter compatibility (#41)
* Downgrade meta version for Flutter compatibility * Update CHANGELOG.md
1 parent c1d1dc3 commit d302bc5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

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+
37
## 3.0.0
48

59
Wooho: **🎉 Added support for Dart SDK 2.17.0 and Null Safety 🎉**

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: binary
22
description: Utilities for accessing binary data and bit manipulation in Dart and Flutter
3-
version: 3.0.0
3+
version: 3.0.1
44
homepage: https://github.com/matanlurey/binary
55
repository: https://github.com/matanlurey/binary
66

@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
matan: ^1.0.0
12-
meta: ^1.8.0
12+
meta: ^1.7.0
1313

1414
dev_dependencies:
1515
coverage: ^1.3.2

0 commit comments

Comments
 (0)