Skip to content

Commit a638e3c

Browse files
committed
1.6.0 release
1 parent 1a07dad commit a638e3c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,18 @@ I've written this app to save articles I found interesting to a note taking app
2424

2525
## Developer info
2626

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:
2828

29-
It takes advantage of a few wonderful libraries:
30-
31-
- `http`
3229
- `html2md`
33-
- `intl`
34-
- `share_plus`
30+
- `readability4J`
3531
- `receive_sharing_intent`
36-
- `fluttertoast`
32+
- `share_plus`
33+
- `flutter_markdown`
34+
- `http`
3735
- `shared_preferences`
36+
- `fluttertoast`
37+
- `intl`
3838
- `flutter_charset_detector`
3939
- `charset_converter`
40-
- `flutter_markdown`
41-
42-
I just glued them up in a day, learning some Flutter in the meantime.
4340

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.

metadata/en-US/changelogs/12.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Dark mode support
2+
Preview mode
3+
Update dependencies

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: markdownr
22
description: Convert a URL to Markdown and share it to your favorite app.
33
publish_to: 'none'
4-
version: 1.5.1+11
4+
version: 1.6.0+12
55
environment:
66
sdk: ">=3.0.0 <4.0.0"
77
dependencies:

0 commit comments

Comments
 (0)