feat: Upgrade Firebase Functions dependencies, enhance notification service with APNS support and FCM
This commit is contained in:
@@ -213,8 +213,8 @@ class _GroupExpensesPageState extends State<GroupExpensesPage>
|
||||
),
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
heroTag: 'group_expenses_fab',
|
||||
onPressed: _showAddExpenseDialog,
|
||||
heroTag: "add_expense_fab",
|
||||
backgroundColor: Colors.blue,
|
||||
foregroundColor: Colors.white,
|
||||
elevation: 4,
|
||||
|
||||
@@ -155,6 +155,7 @@ class _HomeContentState extends State<HomeContent>
|
||||
),
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
heroTag: 'home_fab',
|
||||
onPressed: () async {
|
||||
final tripBloc = context.read<TripBloc>();
|
||||
|
||||
|
||||
@@ -663,6 +663,7 @@ class _MapContentState extends State<MapContent> {
|
||||
),
|
||||
|
||||
floatingActionButton: FloatingActionButton(
|
||||
heroTag: 'map_fab',
|
||||
onPressed: _getCurrentLocation,
|
||||
tooltip: 'Ma position',
|
||||
child: const Icon(Icons.my_location),
|
||||
|
||||
Reference in New Issue
Block a user