feat: splash page

This commit is contained in:
efrilm
2025-08-12 16:12:36 +07:00
parent cb5250459e
commit afc8476701
6 changed files with 276 additions and 16 deletions
+33 -10
View File
@@ -1,16 +1,39 @@
# apskel_owner_flutter
# Apskel Owner App
A new Flutter project.
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.
## Getting Started
## 🚀 Getting Started
This project is a starting point for a Flutter application.
### ✅ Prerequisites
A few resources to get you started if this is your first Flutter project:
- [Flutter](https://flutter.dev/docs/get-started/install) 3.32.8 or newer
- Dart 3.8.1 or newer
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
### 🛠 Installation
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.
```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
```
---