A word game for iOS and Android
- Dart 96.1%
- HTML 1.8%
- Shell 1.2%
- Swift 0.4%
- JavaScript 0.3%
- Other 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Override the default Cupertino page transitions on iOS/macOS with FadeForwardsPageTransitionsBuilder, which has no left-edge swipe-to-pop. Most navigation uses pushReplacement, so a back-swipe only produced confusing partial-drag states. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
| .github/ISSUE_TEMPLATE | ||
| android | ||
| assets | ||
| docs | ||
| fonts | ||
| ios | ||
| lib | ||
| readme | ||
| test | ||
| tools | ||
| web | ||
| .dockerignore | ||
| .fvmrc | ||
| .gitattributes | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| app.json | ||
| AUTHORS | ||
| CLAUDE.md | ||
| deploy.sh | ||
| Dockerfile | ||
| LICENSE | ||
| nginx.conf | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| REVIVAL_PLAN.md | ||
Bnoggles
A word game for iOS and Android. Swipe through letters to find all words hidden in a grid.
This project is based on the Flutter application development SDK.
Install for end users
Download the app via the Apple App Store or the Google Play Store.
Example
Development
The app is being revived on modern Flutter (see REVIVAL_PLAN.md).
-
Flutter: 3.44.1 (stable channel) — Dart: 3.12.1
-
The Flutter version is pinned with fvm via
.fvmrc. Run all tooling throughfvm, e.g.:fvm install # install the pinned Flutter version fvm flutter pub get fvm flutter analyze fvm flutter test fvm flutter run # portrait-only
