You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# rss.dart
2
2
3
-
This is a fork of https://github.com/sudame/dart-rss (which itself is a fork of https://github.com/witochandra/webfeed) :fork_and_knife::fork_and_knife: that is updated for dart 3 and Flutter 3.10.
3
+
This is a fork of https://github.com/sudame/dart-rss (which itself is a fork of https://github.com/witochandra/webfeed) :fork_and_knife::fork_and_knife: that is updated for Dart 3.
4
4
5
-
We publish this updated package under rss.dart.
5
+
We publish this updated package under rss_dart.
6
6
7
7
A dart package for parsing RSS1.0 / RSS2.0 / Atom feed.
8
8
@@ -20,12 +20,12 @@ A dart package for parsing RSS1.0 / RSS2.0 / Atom feed.
20
20
21
21
Add this line into your `pubspec.yaml`
22
22
```
23
-
dart_rss: ^1.0.1
23
+
rss_dart: ^1.0.8
24
24
```
25
25
26
26
Import the package into your dart code using:
27
27
```
28
-
import 'package:dart_rss/dart_rss.dart';
28
+
import 'package:rss_dart/dart_rss.dart';
29
29
```
30
30
31
31
### Example
@@ -132,7 +132,7 @@ item.content
132
132
133
133
## License
134
134
135
-
Dart RSS is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
135
+
rss_dart is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
0 commit comments