- 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/
- Create a file called secrets.dart in /lib/ folder
- Create a string
String CLIENT_ID="Your application ID here";
- Build and run!