Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 502 Bytes

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

App Preview

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

sh build.sh

To run flutter app:

flutter run

To run tests:

flutter test