- Go to reddit prefs and create a new application here https://www.reddit.com/prefs/apps/
- Select 'installed app' and set the redirect url to http://localhost:8080/
- Copy the client ID that's created. It's located directly under 'installed app' and looks similar to: 'db1lGeU6l9PmEA'
- Create a file called secrets.dart in /lib/ folder
- Create a string
String CLIENT_ID="Your client ID here";
- Build and run!
Desktop View