After redesigning the FDDB Exporter backend, the old mobile app was no longer compatible with the new architecture. Today I’m happy to announce that I’ve updated the Flutter-based FDDB Exporter App so it works seamlessly again with the backend.
The app now fully supports all API endpoints provided by the backend application and serves as a convenient frontend for interacting with it. Instead of manually calling API endpoints, you can now use the app to handle common tasks with just a few taps.

Features
The FDDB Exporter App covers the full range of backend functionality, including:
- Export Data: Fetch by days-back or select a custom date range.
- Daily Search: Retrieve nutrition data by date.
- Product Search: Search for products by name.
- Stats: View aggregated statistics at a glance.
- Correlation: Explore correlations with keywords, start dates, and occurrence dates.
- Settings: Configure your API endpoint (defaults to
http://localhost:8080
).
Installation
You can either:
- Download the pre-built APK from the GitHub releases, or
- Build it yourself following the instructions in the project README.
The repository also includes documentation for developers and detailed usage guides.
This re-release brings the mobile app back in sync with the redesigned backend and makes it easier than ever to interact with your FDDB data. Check out the FDDB Exporter App on GitHub for details and downloads.