4chan client on Flutter.
In development. You can run the app on Android or iOS but current build may be slow on some screens and UI is not finally approved.
You can track a next test app version development status on GitHub Projects page for this repository.
- Boards list
- Favorite boards list
- History
- Bookmarks
- Gallery
Soon.
Soon.
If you have a feature request or an issue, you can create report on this page.
Just clone or download the project from GitHub and run it from your IDE. How to start with Flutter on your IDE search here.
You can build the app for Android from terminal on your machine without installing any IDE. Follow this steps:
- install [Flutter SDK] and dependencies for it;
- in terminal change current directory (by command
cd
) to theandroid
folder int the project folder and run:
flutter build apk --profile --split-per-abi
- find created
.apk
at/build/app/outputs/flutter-apk/app-profile.apk
.
Just clone or download the project from GitHub and run it from your IDE. How to start with Flutter on your IDE search here.
Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:
$ flutter analyze
$ flutter test test
- @fartem as Artem Fomchenkov