Imageboard browser built using Flutter intended for use on iOS and Android.
APKs are available on the releases page.
Chance has not yet been submitted to the App Store. Click here to join the beta testing group for iOS.
git clone https://github.com/moffatman/chan.git
cd chan
flutter pub get
com.moffatman.chan
with your own package identifier)
build_runner
to create some necessary generated dart code
flutter pub run build_runner build
flutter build apk --split-per-abi --release --enable-experiment=records
flutter build ios --release --enable-experiment=records
flutter run --enable-experiment=records
while your device is connectedChance is developed using the flutter
master
branch, so if you get errors while building or running, try using flutter channel dev
or flutter channel master
. Because it takes advantage of some preview Dart 3 features, the argument --enable-experiment=records
is required to run it.
By default, the app is set up to browse a test server. In the app settings, you can edit your content preferences to browse a different imageboard.
To comply with Apple App Store guidelines, not all settings are modifiable in the app.
Tap the status bar
Hold on the post counter at the bottom-right
There is an imageboard available in the settings page of Chance that is used for meta-discussion.
Chance is licensed under version 3 of the GNU General Public License. See LICENSE for more information.