Skip to content

egrischenkov/fchan

 
 

Repository files navigation

fchan

Codemagic Coverage

About

4chan client on Flutter.

Project status

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.

Features progress

  • Boards list
  • Favorite boards list
  • History
  • Bookmarks
  • Gallery

Screenshots

Soon.

Download

Soon.

Feedback

If you have a feature request or an issue, you can create report on this page.

How to build app for Android

From IDE

Just clone or download the project from GitHub and run it from your IDE. How to start with Flutter on your IDE search here.

Without IDE

You can build the app for Android from terminal on your machine without installing any IDE. Follow this steps:

  1. install [Flutter SDK] and dependencies for it;
  2. in terminal change current directory (by command cd) to the android folder int the project folder and run:
flutter build apk --profile --split-per-abi
  1. find created .apk at /build/app/outputs/flutter-apk/app-profile.apk.

How to build app for iOS

From IDE

Just clone or download the project from GitHub and run it from your IDE. How to start with Flutter on your IDE search here.

How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ flutter analyze
$ flutter test test

Contributors

About

4chan client on Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.1%
  • Ruby 2.0%
  • Other 0.9%