Initialer Commit: Projekt Start
This commit is contained in:
52
pubspec.yaml
Normal file
52
pubspec.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
name: hyggecraftery
|
||||
description: HyggeCraftery E-Commerce App mit WooCommerce Integration
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# UI & Navigation
|
||||
cupertino_icons: ^1.0.6
|
||||
flutter_svg: ^2.0.9
|
||||
|
||||
# HTTP & API
|
||||
http: ^1.1.0
|
||||
dio: ^5.4.0
|
||||
|
||||
# State Management
|
||||
provider: ^6.1.1
|
||||
|
||||
# Image Loading
|
||||
cached_network_image: ^3.3.0
|
||||
|
||||
# Local Storage
|
||||
shared_preferences: ^2.2.2
|
||||
|
||||
# Utilities
|
||||
intl: ^0.18.1
|
||||
|
||||
# WebView für Checkout
|
||||
webview_flutter: ^4.4.2
|
||||
|
||||
# Connectivity & Error Handling
|
||||
connectivity_plus: ^5.0.2
|
||||
|
||||
# Form Validation
|
||||
email_validator: ^2.1.17
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^3.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/images/
|
||||
|
||||
Reference in New Issue
Block a user