A 4chan app made with Flutter.
- Browsing boards and threads
- Creating and responding to threads (with an up to date captcha)
- Viewing images
- Playing webms at different speeds
- Sorting and searching threads
- Gallery mode
- Threading
- Localization
- Reply push notifications
- Install Altstore.
- Download the .ipa file from the latest release.
- Open Altstore and select the .ipa to install it on your device.
- You can add a missing language by creating a json file in
assets/translations
. - The json file must be named
{languageCode}-{countryCode}.json
. - Finally, add the line
Locale('{languageCode}', '{countryCode}'),
to thesupportedLocales
array inmain.dart
. - For further documentation, read this.
For a detailed roadmap, see here.