refactor: Update pubspec.yaml files and remove unnecessary background color in PaymentsPage for consistency

This commit is contained in:
Achintha Isuru
2026-02-10 16:32:03 -05:00
parent 2730277075
commit bcd973cf64
4 changed files with 22 additions and 24 deletions

View File

@@ -5,19 +5,10 @@ publish_to: none
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
intl: ^0.20.0
google_fonts: ^7.0.0
# Architecture Packages
design_system:
path: ../../../design_system
@@ -31,6 +22,15 @@ dependencies:
path: ../shifts
krow_data_connect:
path: ../../../data_connect
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
intl: ^0.20.0
google_fonts: ^7.0.0
firebase_data_connect:
dev_dependencies: