/fritter_for_reddit

A reddit client built with Flutter

Primary LanguageDart

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/. Be sure to set the redirect Url as http://localhost:8080/
  2. Create a file called secrets.dart in /lib/ folder
  3. Create a string

String CLIENT_ID="Your application ID here";

  1. Build and run!

Images