CollActionteam / collaction_cms

This is the UI interface for the CMS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CollAction AdminCMS

CollAction cross-platform AdminCMS project (iOS/Android/Web).

Code Generation

In order to generate code related to freezed, injectable, json_serializable, etc. choose a command to run when you need to build or re-build these files:

The watch command keeps re-building generated files. It is generally not recommended to use.

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

If you want to build once you are done with your changes, to build generated files once run this command, it's preferred.

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

Imutable app settings

We use an environment file called .env to define secrets used in the application. ` These secrets are bundled with the application at build-time.

Make a copy of the .env.example file, name it .env and fill out the missing secrets.

Firebase

TBD

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.

About

This is the UI interface for the CMS API


Languages

Language:Dart 44.1%Language:C++ 31.3%Language:CMake 14.8%Language:HTML 7.3%Language:C 1.4%Language:Swift 0.8%Language:Kotlin 0.2%Language:Objective-C 0.1%