A project that uses reddit's API to make a mobile app that looks like reddit but with our design !
We use flutter and dart to make this application, if you wish to maintai it you have no other choices than these technologies
If you want to maintain the code, there is a simple documentation made with dartdoc, its located in ./lib/doc/index.html
You can regen the documentation with dartdoc
command, if you dont have it use pub global activate dartdoc
at the root of the repository
As we use reddit API we have to comply with the famous OAuth2. The bot currently uses this and the reddit APP wont be removed, so you can still use the same password, username and key.