Skip to content

Commit

Permalink
1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzoghenzo committed Nov 5, 2023
1 parent 1a07dad commit a638e3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,18 @@ I've written this app to save articles I found interesting to a note taking app

## Developer info

This started as a super simple app made in flutter, with only a single module.
This app has been made possible thanks ti these wonderful libraries:

It takes advantage of a few wonderful libraries:

- `http`
- `html2md`
- `intl`
- `share_plus`
- `readability4J`
- `receive_sharing_intent`
- `fluttertoast`
- `share_plus`
- `flutter_markdown`
- `http`
- `shared_preferences`
- `fluttertoast`
- `intl`
- `flutter_charset_detector`
- `charset_converter`
- `flutter_markdown`

I just glued them up in a day, learning some Flutter in the meantime.

In another day or so, I added `readability4J` kotlin package to the mix to cleanup the HTML before converting it to markdown.
I just put them together in a really simple app.
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dark mode support
Preview mode
Update dependencies
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: markdownr
description: Convert a URL to Markdown and share it to your favorite app.
publish_to: 'none'
version: 1.5.1+11
version: 1.6.0+12
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit a638e3c

Please sign in to comment.