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
Comments are closed.