IOS/Android Reddit app created with Flutter
Retter
IOS/Android Reddit app created with Flutter.
Building from source
-
Clone the repo,
cd Retter-master -
Run using
flutter runor open with an IDE such as Android Studio
Contribution
I'm open to anyone contributing to this repo. I'd advise using Android Studio and running a dartfmt before creating a pull request: dartfmt.
Pages are setup using Mobx and a viewmodel pattern. Check out src/main.dart and src/mainpage_viewmodel.dart.