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.
- Host: GitHub
- URL: https://github.com/denver-code/secure_control_panel
- Owner: denver-code
- Created: 2022-12-04T14:23:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:31:34.000Z (about 3 years ago)
- Last Synced: 2025-04-05T19:38:13.206Z (10 months ago)
- Topics: crm, dart, flutter, flutterdart, secure, standalone, windows-app
- Language: Dart
- Homepage:
- Size: 758 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```