Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

hyochan/BooKooX

Repository files navigation

WeCount

PRs Welcome

WeCount is the social ledger platform.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Contributing to WeCount

Install firebase

  • Follow the document and run flutterfire configure.

Credentials keys

Copy .env.sample to .env and replace credentials.

cp .env.sample .env
  • List of keys

    Name Description required?
    GEO_API_KEY Google map api key yes
    API_KEY firebae api key yes
    • Google API KEY
    • PLACE_API_KEY

      Same as GEO_API_KEY but recommend to create another API_KEY to track usage seperately. You can use this one without platform specific.

Build @freezed model

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