Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gowth6m/reddit-viewer

A small Flutter application to search and view details about Reddit posts as such 'r/topics'
https://github.com/gowth6m/reddit-viewer

android flutter ios reddit web

Last synced: 30 days ago
JSON representation

A small Flutter application to search and view details about Reddit posts as such 'r/topics'

Awesome Lists containing this project

README

        

# Reddit Viewer

A small Flutter app that lets you view reddit posts from any r/any and display some information about it. The app will have a search bar that will allow you to view posts from r/...

[View live app](https://gowth6m.github.io/reddit-viewer/#/)

![App Preview](./misc/app_preview.png)

How to run the app (in order to get packages and to build chopper/JSON serializable files):
```bash
sh build.sh
```

To run flutter app:
```bash
flutter run
```

To run tests:
```bash
flutter test
```