Vulfpeck / fritter_for_reddit

A reddit client built with Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fritter for Reddit is a Reddit Client built with Flutter

How to build

  1. Go to reddit prefs and create a new application here https://www.reddit.com/prefs/apps/
  2. Select 'installed app' and set the redirect url to http://localhost:8080/
  3. Copy the client ID that's created. It's located directly under 'installed app' and looks similar to: 'db1lGeU6l9PmEA'
  4. Create a file called secrets.dart in /lib/ folder
  5. Create a string

String CLIENT_ID="Your client ID here";

  1. Build and run!

Images

Desktop View

About

A reddit client built with Flutter

License:GNU General Public License v3.0


Languages

Language:Dart 98.3%Language:Ruby 1.4%Language:Swift 0.3%Language:HTML 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%