An open API service indexing awesome lists of open source software.

https://github.com/denver-code/secure_control_panel

A simple tool for controlling your staff members and their work progress, badges, tasks, etc.
https://github.com/denver-code/secure_control_panel

crm dart flutter flutterdart secure standalone windows-app

Last synced: 5 months ago
JSON representation

A simple tool for controlling your staff members and their work progress, badges, tasks, etc.

Awesome Lists containing this project

README

          

# SCP - Secure Control Panel

Details coming soon.......

## Watch the progress
You can follow me on twitter and watch all progress of development!
[Twitter](https://twitter.com/idenver_bot)
[Telegram](https://t.me/secure_control_panel)

## Run SCP on your pc device from source code
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
git clone https://github.com/denver-code/secure_control_panel
cd secure_control_panel
flutter pub get
flutter run lib/main.dart
```
## Build an EXE
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
git clone https://github.com/denver-code/secure_control_panel
cd secure_control_panel
flutter pub get
flutter build windows
```
This commands results in EXE file:
```
[project]/build/windows/runner/Release/secure_control_panel.exe
```