From dac17def55a9713727a4987a208ce41c27c4c53b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 Jan 2025 00:27:35 +0000 Subject: [PATCH 1/2] Add ff source code --- Source-Code/ff_source_code/ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source-Code/ff_source_code/ios/Runner/AppDelegate.swift b/Source-Code/ff_source_code/ios/Runner/AppDelegate.swift index f52eb22..e15ab6c 100644 --- a/Source-Code/ff_source_code/ios/Runner/AppDelegate.swift +++ b/Source-Code/ff_source_code/ios/Runner/AppDelegate.swift @@ -2,7 +2,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, From 94a7c5dd7b5d54b8811f8d451193dea800f3f208 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 15 Jan 2025 00:26:47 +0000 Subject: [PATCH 2/2] Add ff source code --- .../backend/push_notifications/push_notifications_handler.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart b/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart index 9a950bc..89ef3dc 100644 --- a/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart +++ b/Source-Code/ff_source_code/lib/backend/push_notifications/push_notifications_handler.dart @@ -2,7 +2,7 @@ import 'dart:async'; import 'dart:convert'; import 'serialization_util.dart'; -import '../backend.dart'; +import '/backend/backend.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '../../flutter_flow/flutter_flow_util.dart'; import 'package:firebase_messaging/firebase_messaging.dart';