From bbca35c172283b1bb77d807ded6a912bdcbd1e98 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Tue, 13 Aug 2024 08:59:44 -0400 Subject: [PATCH] fix: deprecated annotation --- speech_to_text/example/ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech_to_text/example/ios/Runner/AppDelegate.swift b/speech_to_text/example/ios/Runner/AppDelegate.swift index 70693e4a..b6363034 100644 --- a/speech_to_text/example/ios/Runner/AppDelegate.swift +++ b/speech_to_text/example/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication,