-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (63 loc) · 2.18 KB
/
pubspec.yaml
File metadata and controls
69 lines (63 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Package Info
name: core
description: "Core utilities, base classes, and shared logic for the OSMEA Flutter project."
version: 0.0.1
# Environment Constraints
environment:
sdk: ^3.6.1
flutter: ">=1.17.0"
# -------------------------------
# Regular dependencies
# -------------------------------
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^9.1.0 # State management
hydrated_bloc: ^10.1.1 # Persisted state management for Cubit/BLoC (bloc 9.x)
equatable: ^2.0.7 # Value equality
go_router: ^15.1.1 # Routing
injectable: ^2.7.1 # Dependency injection
logger: ^2.5.0 # Logging utility
slang: ^4.11.1
url_launcher: ^6.3.1 # URL launcher for support links
flutter_localizations: # add this
sdk: flutter
intl: ^0.20.0
slang_flutter: ^4.11.0 # Localization
sqflite: ^2.4.2 # Database
shared_preferences: ^2.5.3 # Shared preferences
firebase_analytics: ^11.4.5 # Analytics
firebase_core: ^3.13.0 # Firebase core
firebase_remote_config: ^5.3.4 # Remote Config
device_info_plus: ^11.4.0 # Device info
package_info_plus: ^8.3.0 # Package info
dio: ^5.7.0 # HTTP client for file downloads
path_provider: ^2.1.5 # Path provider for file storage
permission_handler: ^11.2.0 # Runtime permissions handler
share_plus: ^10.1.4 # Sharing text/files across platforms
flutter_html: ^3.0.0 # HTML rendering for CoreRawDataViewer
flutter_inappwebview: ^6.1.5 # WebView functionality for CoreWebViewViewer
webview_flutter: ^4.10.0 # Native WebView for mobile platforms
timezone: ^0.10.1 # Timezone handling
flutter_local_notifications: ^19.4.2 # Local notifications
osmea_components:
path: ../components
# -------------------------------
# Development dependencies
# -------------------------------
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.7 # Code generation
injectable_generator: ^2.11.1 # Injectable code generator
slang_build_runner: ^4.8.0
dependency_overrides:
build: ^4.0.0
intl: ^0.20.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
assets:
- assets/
- assets/i18n/