2025-08-12 16:12:36 +07:00
|
|
|
# Apskel Owner App
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
A Flutter-based Point of Sale (POS) application designed specifically for business owners.
|
|
|
|
|
Helps manage sales, products, inventory, and business reports in real-time with a simple, easy-to-use interface.
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
## ๐ Getting Started
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
### โ
Prerequisites
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
- [Flutter](https://flutter.dev/docs/get-started/install) 3.32.8 or newer
|
|
|
|
|
- Dart 3.8.1 or newer
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
### ๐ Installation
|
2025-08-12 14:08:12 +07:00
|
|
|
|
2025-08-12 16:12:36 +07:00
|
|
|
```bash
|
|
|
|
|
git clone https://github.com/efrilm/frl-movie.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd app-path
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
flutter pub get
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## ๐งช Running
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
flutter run
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|