Skip to content

An app to read Medium articles without hitting the paywall

License

Notifications You must be signed in to change notification settings

AmanSikarwar/freedium_mobile

Repository files navigation

Freedium Mobile App

Freedium Logo

Overview

Freedium is a mobile application designed to help you bypass Medium's paywall and access articles without restrictions. This app is built using Flutter and provides a seamless reading experience on both Android and iOS platforms.

This app opens Medium articles in Freedium.cfd to bypass the paywall.

Features

  • Paywall Bypass: Access Medium articles without hitting the member-only paywall
  • Cross-Platform: Works on both Android and iOS devices
  • Share Integration: Share articles directly to Freedium from other apps
  • Clipboard Support: Quickly paste URLs from your clipboard
  • Dynamic Theming: Supports light/dark mode and Material You theming

Getting Started

For Users

  1. Download the app from releases page
  2. Launch Freedium
  3. Paste a Medium article URL or share directly to the app
  4. Enjoy reading without restrictions!

For Developers

Prerequisites

  • Flutter SDK: Install Flutter
  • Dart SDK: Included with Flutter
  • Android Studio or VS Code with Flutter extensions

Setup

  1. Clone the repository:

    git clone https://github.com/amansikarwar/freedium_mobile.git
    cd freedium_mobile
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Building

  • For Android:

    flutter build apk --release
  • For iOS:

    flutter build ios --release

Contributing

Contributions are welcome! Please feel free to submit pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

An app to read Medium articles without hitting the paywall

Topics

Resources

License

Stars

Watchers

Forks