gaoypChina / wirmarkt-app

WirMarkt Mitglieder-App Frontend

Home Page:https://wirmarkt.de/app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WirMarkt App

Yay, we've built ourselves an app. It makes shopping, decision-making and collaboration much easier. And we make our impact visible!

Some features:

  • Shopping: membership card, shopping list (planned), digital and anonymous receipt (planned).
  • Decision-making: product suggestions, decision-making processes (planned).
  • Collaboration: shift planning, training material.
  • Community: impact, presentation of the suppliers, events (planned).

Requirements

Set up Flutter development environment first [https://flutter.dev/].

Launching on development machine

flutter clean
flutter run

Setting up Android Studio

  • install Flutter and Flutter Intl plugins
  • restart
  • open project
  • you should be able to start simulator/emulator for iOS (macOS only) and Android (requires Android SDK)

Building generated files

@JsonSerializable annotations and handling of i18n files need the code generator to run from time to time.

flutter pub run build_runner build --delete-conflicting-outputs

You may as well run the code generator continuously using:

flutter pub run build_runner watch

About

WirMarkt Mitglieder-App Frontend

https://wirmarkt.de/app


Languages

Language:Dart 97.0%Language:HTML 1.9%Language:Ruby 0.7%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%