Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitletondor/Beer-Me-Up
A beer tracking app made with Flutter
https://github.com/benoitletondor/Beer-Me-Up
Last synced: 3 months ago
JSON representation
A beer tracking app made with Flutter
- Host: GitHub
- URL: https://github.com/benoitletondor/Beer-Me-Up
- Owner: benoitletondor
- License: apache-2.0
- Archived: true
- Created: 2018-03-10T15:55:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T06:59:35.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T14:46:30.820Z (6 months ago)
- Language: Dart
- Homepage:
- Size: 5.55 MB
- Stars: 488
- Watchers: 22
- Forks: 125
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Beer-Me-Up - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). (Uncategorized / Uncategorized)
README
# Beer Me Up
Beer Me Up is an iOS and Android app build with Flutter.
The app is a personal beer logging that allows you to enter every beer you have to be sure to remember them forever.
### Download the app
##### PlayStore:
##### AppStore:
### Motivations
This project is born as a technical playground to learn Flutter.
This project does not aim to be revolutionnary or even useful, it's just a simple app for people who love beers.
### Technical details
The app is made with Flutter with the following tech stack:
- Flutter: [https://flutter.io/](https://flutter.io/)
- FlutterFire: [https://github.com/flutter/plugins/blob/master/FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md)
- Sentry.io: [https://sentry.io](https://sentry.io)The app uses the MVI architecture, the implementation is greatly inspired by [Brian Egan's work](https://gitlab.com/brianegan/flutter_mvi_counter).
### Data provider
Beers data is coming from the [Untappd API](https://untappd.com/api)
### Copyright
Copyright (C) 2018 Benoit LETONDOR. The name "Beer Me Up", the app idea and assets (images, names, wordings etc...) are all under copyright.
Sources are availables under the Apache 2 licence (See LICENSE for details) and contributions will be warmely welcomed!