feat(maps): Integrate Google Maps plugin for shift location display and refactor related components

This commit is contained in:
Achintha Isuru
2026-02-16 13:55:32 -05:00
parent 888cf83c18
commit e1e255f8f0
6 changed files with 175 additions and 52 deletions

View File

@@ -1,21 +1,17 @@
name: staff_shifts
description: A new Flutter package project.
version: 0.0.1
publish_to: 'none'
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_modular: ^6.3.2
flutter_bloc: ^8.1.3
equatable: ^2.0.5
intl: ^0.20.2
# Internal packages
krow_core:
path: ../../../core
@@ -27,6 +23,12 @@ dependencies:
path: ../../../data_connect
core_localization:
path: ../../../core_localization
flutter_modular: ^6.3.2
flutter_bloc: ^8.1.3
equatable: ^2.0.5
intl: ^0.20.2
google_maps_flutter: ^2.14.2
firebase_auth: ^6.1.4
firebase_data_connect: ^0.2.2+2