Skip to content

Commit 5df1162

Browse files
author
Ben Hills
committed
Lowered dependencies as clashing with versions used by current Flutter SDK.
1 parent 4ed0747 commit 5df1162

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.2
2+
3+
- Dropped version of Meta to prevent clash with current SDK.
4+
5+
## 0.2.1
6+
7+
- Corrected issue with dependencies.
8+
19
## 0.2.0
210

311
- Breaking change: Renamed Podcast to Item in search results.

pubspec.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: podcast_search
22
description: A simple library for searching for podcasts (via iTunes) and obtaining episodes details.
33

4-
version: 0.2.0
4+
version: 0.2.2
55
homepage: https://github.com/amugofjava/podcast_search
66
author: Ben Hills <[email protected]>
77

@@ -15,11 +15,8 @@ dependencies:
1515
# RSS parsing library.
1616
webfeed: ^0.4.2
1717

18-
# Enhanced linting.
19-
pedantic: ^1.7.0
20-
2118
# Meta.
22-
meta: ^1.1.7
19+
meta: ^1.1.6
2320

2421
dev_dependencies:
2522
# Testing

0 commit comments

Comments
 (0)