feat: splash page
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user