IOS/Android Reddit app created with Flutter
https://play.google.com/store/apps/details?id=com.mzegar.flutterreddit
-
Clone the repo,
cd Retter-master
-
Run using
flutter run
or open with an IDE such as Android Studio
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
.