Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/And96/MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
https://github.com/And96/MediumUnlimited
android android-app android-application cache-cleaner dart flutter flutter-app flutter-apps medium medium-app medium-article medium-articles medium-clone medium-com medium-free medium-reader unlimited unlock webview webview-app
Last synced: 3 months ago
JSON representation
Android App written with Flutter/Dart to navigate medium.com without limitations.
- Host: GitHub
- URL: https://github.com/And96/MediumUnlimited
- Owner: And96
- License: apache-2.0
- Created: 2021-05-05T19:28:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T18:41:22.000Z (over 2 years ago)
- Last Synced: 2024-06-19T22:15:16.664Z (5 months ago)
- Topics: android, android-app, android-application, cache-cleaner, dart, flutter, flutter-app, flutter-apps, medium, medium-app, medium-article, medium-articles, medium-clone, medium-com, medium-free, medium-reader, unlimited, unlock, webview, webview-app
- Language: Dart
- Homepage:
- Size: 1.44 MB
- Stars: 36
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medium Unlimited
An Android application written with Flutter/Dart to read medium.com without limitations.
## Features
- Read medium without reading limits
- Dark mode for all pages
- Common topics (Sidebar)
- Favourite links (Sidebar)
- Open links shared by others apps## Screenshot
## Faq
**How does it work (For users)?**
The app works like a browser. Just navigate.
**How does it work (For developers)?**Under the hood, there is the package InAppWebView which clear cookies/data everytime the page change.
**Can I login to Medium?**
No. Read as a guest.
**Which websites are supported?**
It's built for Medium, but it works with custom domains too. (E.g. betterprogramming.pub) Potentially it can work with every website.
**Does it unlock other browsers?**
No. No other apps are involved. Everyting works only inside in this app.
## How to build
```
flutter packages get
flutter packages pub run flutter_launcher_icons:main
flutter pub run change_app_package_name:main com.medium.unlimited
flutter build apk --release
```## Download
[Latest APK here](https://github.com/And96/MediumUnlimited/releases/latest)