https://github.com/server-craftsman/swd392-mobile-electrical-preorder-system
Created By Huy IT
https://github.com/server-craftsman/swd392-mobile-electrical-preorder-system
electrical electrical-systems preorder
Last synced: 4 days ago
JSON representation
Created By Huy IT
- Host: GitHub
- URL: https://github.com/server-craftsman/swd392-mobile-electrical-preorder-system
- Owner: server-craftsman
- License: bsd-2-clause
- Created: 2025-02-10T18:04:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T06:25:19.000Z (about 1 year ago)
- Last Synced: 2026-05-06T05:34:37.899Z (29 days ago)
- Topics: electrical, electrical-systems, preorder
- Language: Dart
- Homepage: https://elecee.vercel.app/
- Size: 142 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Mobile application for electrical preorder system

## Getting Started
This project is a starting point for a Flutter application.
## Installation and Setup
### Prerequisites
- Ensure you have Flutter installed. Follow the instructions [here](https://flutter.dev/docs/get-started/install) to install Flutter on your machine.
- Ensure you have an IDE such as Android Studio or Visual Studio Code installed.
### Setting up Flutter for Virtual Device
1. **Install Android Studio:**
- Download and install Android Studio from [here](https://developer.android.com/studio).
- Open Android Studio and go to `Preferences` > `Plugins` and install the Flutter and Dart plugins.
- Set up an Android emulator by going to `AVD Manager` and creating a new virtual device.
2. **Run the Flutter App on Virtual Device:**
- Open your Flutter project in Android Studio.
- Start the Android emulator from `AVD Manager`.
- Click on the `Run` button or use the command `flutter run` in the terminal.
- Press `F5` to start debugging and experience the development environment.
### Setting up Flutter for Physical Device
1. **Enable Developer Mode on your device:**
- Go to `Settings` > `About phone` and tap `Build number` seven times to enable developer mode.
- Go to `Settings` > `Developer options` and enable `USB debugging`.
2. **Connect your device:**
- Connect your Android device to your computer using a USB cable.
- Ensure your device is detected by running `flutter devices` in the terminal.
3. **Run the Flutter App on Physical Device:**
- Open your Flutter project in your preferred IDE.
- Select your connected device from the device dropdown.
- Click on the `Run` button or use the command `flutter run` in the terminal.
- Press `F5` to start debugging and experience the development environment.
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
© 2025 Huy IT