Merge branch 'develop_sky' into 'release_sky'

Develop sky

See merge request StarlockTeam/app-starlock!200
This commit is contained in:
李仪 2025-07-11 01:07:24 +00:00
commit dc5bfdb756
2 changed files with 7 additions and 6 deletions

View File

@ -66,12 +66,13 @@ FutureOr<void> main() async {
// runApp(MultiProvider(providers: [
// ChangeNotifierProvider(create: (_) => DebugInfoModel()),
// ], child: MyApp(isLogin: isLogin)));
CallKitHandler.setupListener();
String? token = await CallKitHandler.getVoipToken();
print('获取到的VoIP Token: $token');
if (Platform.isIOS) {
CallKitHandler.setupListener();
String? token = await CallKitHandler.getVoipToken();
print('获取到的VoIP Token: $token');
}
runApp(MyApp(isLogin: isLogin));
}, onException: (FlutterErrorDetails details) async {
debugPrint('FlutterErrorDetails ${details.exceptionAsString()}');
});
if (AppPlatform.isAndroid) {

View File

@ -130,7 +130,7 @@ dependencies:
video_decode_plugin:
git:
url: git@code.star-lock.cn:liyi/video_decode_plugin.git
ref: bedb692484c9273f13b8bcb9723e86f56076183a
ref: a451a2288eedfc5a17597680347e77ca5125aacf
flutter_localizations:
sdk: flutter