Giter Site home page Giter Site logo

diaporama's Introduction

Diaporama (for Reddit)

A pretty simple Flutter app to browse Reddit with swiping gestures

You select your content source (list of subreddits) and you just have to swipe right/left to navigate between threads. Ain't it easy ?

Screenshots

Features (as of 2020-04-07)

  • Retrieve content from Front Page/Popular/All

  • Anonymous/Authenticated mode

  • Manage your content sources (add/remove)

  • Search subreddits with autocomplete

  • PageView display of threads

  • Comments display

  • Dark Theme (actually that's the only theme)

  • Implemented design (at least to me it doesn't look that ugly)

  • Improve the handling of different submissions types

  • Improve comments display

  • Implement comment actions (votes, reply, copy content, save)

  • Implement thread actions (votes, reply, share, save)

  • Sync your multrireddits as content sources

Next steps

  • Refactor / clean up

  • Implement settings page

  • Improve miscellaneous things and implement a lot of other things that are still missing to look like a real Reddit client !

Contribute

Well, don't hesitate to share feedback and/or ideas !

Running the app

You need to get an api key for the Reddit oAuth. You can get one from your Reddit settings. Then, copy the secrets.example file and replace the redditSecret with this api key.

cp lib/utils/secrets.dart.example lib/utils/secrets.dart sed -i -e "s/changeRedditSecret/$redditSecret/g" lib/utils/secrets.dart There's also a secret for Sentry, but you shouldn't need that. Once those secrets are configured, you just need to flutter run and voilà !


Thanks to TheNightmanCodeth for his DitRA work, i've taken inspiration and copied some code for the comments part. That part got reworked, but it allowed me to not be stuck and continue the development early on.

diaporama's People

Contributors

gloumy avatar simon13px avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.