Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Apr 2, 2023
1 parent aaa5c15 commit bdcc322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## 0.0.6 (unpublished)

- Dart 2.18 requirement.
- Dart 2.19 requirement.

## 0.0.4

Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Expand Up @@ -5,12 +5,12 @@ homepage: https://github.com/renggli/dart-rtlsdr
description: Dart bindings for Software Defined Radio (librtlsdr).

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'
dependencies:
characters: ^1.2.0
characters: ^1.3.0
ffi: ^2.0.0
meta: ^1.8.0
more: ^3.8.0
meta: ^1.9.0
more: ^3.10.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
test: ^1.24.0

0 comments on commit bdcc322

Please sign in to comment.