# Apskel Owner App 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 ### โœ… Prerequisites - [Flutter](https://flutter.dev/docs/get-started/install) 3.32.8 or newer - Dart 3.8.1 or newer ### ๐Ÿ›  Installation ```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 ``` ---