File tree 3 files changed +12
-12
lines changed
metadata/en-US/changelogs
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,18 @@ I've written this app to save articles I found interesting to a note taking app
24
24
25
25
## Developer info
26
26
27
- This started as a super simple app made in flutter, with only a single module.
27
+ This app has been made possible thanks ti these wonderful libraries:
28
28
29
- It takes advantage of a few wonderful libraries:
30
-
31
- - ` http `
32
29
- ` html2md `
33
- - ` intl `
34
- - ` share_plus `
30
+ - ` readability4J `
35
31
- ` receive_sharing_intent `
36
- - ` fluttertoast `
32
+ - ` share_plus `
33
+ - ` flutter_markdown `
34
+ - ` http `
37
35
- ` shared_preferences `
36
+ - ` fluttertoast `
37
+ - ` intl `
38
38
- ` flutter_charset_detector `
39
39
- ` charset_converter `
40
- - ` flutter_markdown `
41
-
42
- I just glued them up in a day, learning some Flutter in the meantime.
43
40
44
- In another day or so, I added ` readability4J ` kotlin package to the mix to cleanup the HTML before converting it to markdown .
41
+ I just put them together in a really simple app .
Original file line number Diff line number Diff line change
1
+ Dark mode support
2
+ Preview mode
3
+ Update dependencies
Original file line number Diff line number Diff line change 1
1
name : markdownr
2
2
description : Convert a URL to Markdown and share it to your favorite app.
3
3
publish_to : ' none'
4
- version : 1.5.1+11
4
+ version : 1.6.0+12
5
5
environment :
6
6
sdk : " >=3.0.0 <4.0.0"
7
7
dependencies :
You can’t perform that action at this time.
0 commit comments