A Flutter-based mobile app for logging and remembering beers you've tried, available on iOS and Android.
Beer Me Up is a mobile application built with Flutter that allows users to log and remember every beer they've consumed. It pulls beer data from the Untappd API to provide accurate information and serves as both a practical tool for beer enthusiasts and a learning project for Flutter development.
Beer enthusiasts who want to track their beer consumption and Flutter developers looking for example projects to learn from.
It offers a clean, cross-platform solution for personal beer logging with real beer data integration, while demonstrating Flutter best practices including MVI architecture.
A beer tracking app made with Flutter
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Uses Flutter to deploy natively on iOS and Android from a single codebase, as shown by its availability on both app stores.
Implements Model-View-Intent pattern for state management, providing a maintainable code structure inspired by established examples.
Integrates with Untappd API to fetch real beer information, ensuring the logged data is reliable and up-to-date.
Serves as a practical example for Flutter development, with source code available under Apache 2 license for hands-on learning.
Focused on basic logging without advanced features like analytics or social sharing, as it prioritizes simplicity over comprehensive utility.
Relies on Untappd API for beer data, which means the app requires internet access and is vulnerable to API changes or downtime.
Built specifically for mobile with Flutter, lacking versions for web or desktop, limiting its accessibility across devices.