52 lines
945 B
YAML
52 lines
945 B
YAML
name: nearle_pos
|
|
description: Nearle POS — enterprise Point of Sale for supermarkets, grocery, pharmacy and retail.
|
|
publish_to: "none"
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.6.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# State management
|
|
flutter_riverpod: ^2.5.1
|
|
|
|
# Routing
|
|
go_router: ^14.2.0
|
|
|
|
# Value equality for domain entities
|
|
equatable: ^2.0.5
|
|
|
|
# Formatting & ids
|
|
intl: ^0.19.0
|
|
uuid: ^4.4.0
|
|
|
|
# UI
|
|
google_fonts: ^6.2.1
|
|
flutter_animate: ^4.5.0
|
|
|
|
# Local persistence — SQLite is the source of truth on the terminal
|
|
sqflite: ^2.3.3
|
|
sqflite_common_ffi: ^2.3.3
|
|
path: ^1.9.0
|
|
|
|
# Sharing the bill to WhatsApp
|
|
url_launcher: ^6.3.0
|
|
|
|
# Peripherals: scanner beeps and thermal receipt printing
|
|
audioplayers: ^6.0.0
|
|
pdf: ^3.11.0
|
|
printing: ^5.13.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/sounds/
|