Skip to content

mind-co/comind

Repository files navigation

comind

This is the primary frontend for {comind}, a platform for thinking stuff together.

The app is written in Flutter, a cross-platform framework for building mobile apps.

The front end is basically in a super-pre-alpha state. It is not ready for production use. It is not ready for testing. It is not ready for anything except for me to play around with. Please don't use it.

Disclaimer

The app is

  • Currently dogshit and I am working on it. Please don't judge me.
  • Riddled security errors. Please don't hack me.
  • Not finished. Please don't ask me when it will be finished.
  • Not a good example of how to write flutter apps. Please don't use it as a reference.
  • Not a good example of how to write dart code. Please don't use it as a reference.
  • Not a good example of how to write code. Please don't use it as a reference.
  • Not a good example of how to write. Please don't use it as a reference.
  • Probably going to break constantly. Please don't be surprised.
  • Probably going to be slow. Please don't be surprised.
  • Probably going to be buggy. Please don't be surprised.

Prerequisites

Getting Started

You should be able to run the app on your local machine by running the following command:

For web:

flutter run -d chrome

For linux:

flutter run -d linux

For other stuff:

I don't know google it

Making fonts work

The icons use Font Awesome. Unfortunately these are not included in the repository for licensing reasons. Please see this issue for more information.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps