Skip to content

fartem/fchan

Repository files navigation

fchan

Codemagic

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
  • Settings

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 and dependencies for it;
  2. in terminal change current directory (by command cd) to the android folder int the project folder and run:
flutter pub run build_runner build
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 search here.

How to contribute

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

$ flutter pub global activate dart_enum_to_string_check
$ flutter pub global run dart_enum_to_string_check
$ flutter pub global activate dart_code_metrics
$ flutter pub global run dart_code_metrics:metrics lib
$ flutter format -n -set-exit-if-changed -l 120 lib
$ flutter analyze
$ flutter test test

Contributors

About

4chan client on Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages