Skip to content

CollActionteam/collaction_cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published