Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bulgariamitko/flutterflowtutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
bulgariamitko committed Jan 16, 2025
2 parents a77966e + 94a7c5d commit 8c4a5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source-Code/ff_source_code/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import UIKit

import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8c4a5a5

Please sign in to comment.