second commit
This commit is contained in:
43
pubspec.yaml
Normal file
43
pubspec.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
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
|
||||
|
||||
# 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/
|
||||
Reference in New Issue
Block a user