File tree Expand file tree Collapse file tree 1 file changed +27
-11
lines changed Expand file tree Collapse file tree 1 file changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
1
# SCP - Secure Control Panel
2
2
3
- A new Flutter project .
3
+ Details coming soon...... .
4
4
5
- ## Getting Started
5
+ ## Watch the progress
6
+ You can follow me on twitter and watch all progress of development!
7
+ [ Twitter] ( https://twitter.com/idenver_bot )
8
+ [ Telegram] ( https://t.me/secure_control_panel )
6
9
7
- This project is a starting point for a Flutter application.
8
10
9
- A few resources to get you started if this is your first Flutter project:
10
-
11
- - [ Lab: Write your first Flutter app] ( https://docs.flutter.dev/get-started/codelab )
12
- - [ Cookbook: Useful Flutter samples] ( https://docs.flutter.dev/cookbook )
13
-
14
- For help getting started with Flutter development, view the
15
- [ online documentation] ( https://docs.flutter.dev/ ) , which offers tutorials,
16
- samples, guidance on mobile development, and a full API reference.
11
+ ## Run SCP on your pc device from source code
12
+ > [ !NOTE]
13
+ > For start confirm flutter instalation on your machine.
14
+ ``` Bash
15
+ git clone https://github.com/denver-code/secure_control_panel
16
+ cd secure_control_panel
17
+ flutter pub get
18
+ flutter run lib/main.dart
19
+ ```
20
+ ## Build an EXE
21
+ > [ !NOTE]
22
+ > For start confirm flutter instalation on your machine.
23
+ ``` Bash
24
+ git clone https://github.com/denver-code/secure_control_panel
25
+ cd secure_control_panel
26
+ flutter pub get
27
+ flutter build windows
28
+ ```
29
+ This commands results in EXE file:
30
+ ```
31
+ [project]/build/windows/runner/Release/secure_control_panel.exe
32
+ ```
You can’t perform that action at this time.
0 commit comments