garritfra / fling

A shopping list app

Home Page:https://play.google.com/store/apps/details?id=de.garritfra.fling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fling

A shopping list app.

Fling = FLutter Bring.

Building

To compile this project, you have to do the following:

  1. Create a firebase project
  2. Follow instructions on how to set up an application
  3. Copy google services in corresponding directory
    • Android: Copy google-services.json into android/app/google-services.json
    • iOS: TODO
  4. Run the app via flutter run

Rebuilding translations

Run this whenever you updated the translations.

flutter gen-l10n

Release Workflow

  1. Update version info in pubspec.yaml
  2. Update changelog
  3. Commit with name of version
  4. git tag -a <new tag> -m "$(git shortlog <previous tag>..HEAD)"
  5. git push --tags

About

A shopping list app

https://play.google.com/store/apps/details?id=de.garritfra.fling

License:MIT License


Languages

Language:Dart 42.7%Language:C++ 23.9%Language:CMake 19.8%Language:Ruby 4.1%Language:TypeScript 2.9%Language:Swift 2.4%Language:HTML 1.9%Language:C 1.5%Language:JavaScript 0.7%Language:Kotlin 0.1%Language:Objective-C 0.0%