Coder Social home page Coder Social logo

beer-me-up's Introduction

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:

Get it on Google Play

AppStore:

Get it on 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:

The app uses the MVI architecture, the implementation is greatly inspired by Brian Egan's work.

Data provider

Beers data is coming from the Untappd 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!

beer-me-up's People

Contributors

benoitletondor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beer-me-up's Issues

Test/loading

Hey thank you for this app, this is awesome, I'm using it as kind of a template for an app of my own.

I was wondering if you intended to make some test for it?

Also I realized something is that firebase is supposed to work offline too but in your current implementation it doesn't, and for the user experience it'd be awesome to have that.
I don't know if it's currently possible with the current state of flutter but for example your loading all data in the loading state Everytime and I think that the data already on the device should be already displayed even during the loading state.
To be honest I did try to do just that but couldn't make it work so I was wondering if you had any idea or if you also intended to implement it latter?

Ok really nice work so far

Compiler error

Flutter version:

Flutter 1.5.4-hotfix.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7a4c33425d (6 weeks ago) • 2019-04-29 11:05:24 -0700
Engine • revision 52c7a1e849
Tools • Dart 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)

Error:

Compiler message:
lib/main.dart:2088:36: Error: Getter not found: 'SelectNearestTrigger'.
              eventTrigger: charts.SelectNearestTrigger.tapAndDrag)
                                   ^^^^^^^^^^^^^^^^^^^^
lib/main.dart:2093:15: Error: No named parameter with the name 'listener'.
              listener: (charts.SelectionModel model){
              ^^^^^^^^
file:///.../flutter/.pub-cache/hosted/pub.dartlang.org/charts_flutter-0.6.0/lib/src/selection_model_config.dart:30:3:
Context: Found this candidate, but the arguments don't match.
  SelectionModelConfig(
  ^
lib/main.dart:2056:21: Error: The argument type 'NumberFormat' can't be assigned to the parameter type 'String Function(num)'.
 - 'NumberFormat' is from 'package:intl/intl.dart'
 ('file:///.../flutter/.pub-cache/hosted/pub.dartlang.org/intl-0.15.8/lib/intl.dart').
Try changing the type of the parameter, or casting the argument to 'String Function(num)'.
                new NumberFormat(symbol.toString().replaceAll("\.",
                "")+"###,###,###,###,###,###,###,###,###,###,###,###,###,###,###,###.###########","en_US")
                    ^
lib/main.dart:2086:41: Error: The argument type 'bool' can't be assigned to the parameter type 'LinePointHighlighterFollowLineType'.
 - 'LinePointHighlighterFollowLineType' is from 'package:charts_common/src/chart/common/behavior/line_point_highlighter.dart'
 ('file:///.../flutter/.pub-cache/hosted/pub.dartlang.org/charts_common-0.6.0/lib/src/chart/common/behavior/line_point_h
 ighlighter.dart').
Try changing the type of the parameter, or casting the argument to 'LinePointHighlighterFollowLineType'.
              showHorizontalFollowLine: true, showVerticalFollowLine: true),
                                        ^
lib/main.dart:2086:71: Error: The argument type 'bool' can't be assigned to the parameter type 'LinePointHighlighterFollowLineType'.
 - 'LinePointHighlighterFollowLineType' is from 'package:charts_common/src/chart/common/behavior/line_point_highlighter.dart'
 ('file:///.../flutter/.pub-cache/hosted/pub.dartlang.org/charts_common-0.6.0/lib/src/chart/common/behavior/line_point_h
 ighlighter.dart').
Try changing the type of the parameter, or casting the argument to 'LinePointHighlighterFollowLineType'.
              showHorizontalFollowLine: true, showVerticalFollowLine: true),
                                                                      ^
Compiler failed on /.../CryptoTracker/lib/main.dart

(replaced personal filepath with dots)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.