通知栏内容修改

master
戴余标 2 years ago
parent 05843113de
commit 0cf542d65c

@ -5,6 +5,7 @@ import 'package:call_log/call_log.dart';
import 'package:flutter/cupertino.dart'; import 'package:flutter/cupertino.dart';
import 'package:flutter_background_service/flutter_background_service.dart'; import 'package:flutter_background_service/flutter_background_service.dart';
import 'package:flutter_background_service_android/flutter_background_service_android.dart';
import 'package:shared_preferences/shared_preferences.dart'; import 'package:shared_preferences/shared_preferences.dart';
import 'package:telephony/telephony.dart'; import 'package:telephony/telephony.dart';
@ -40,7 +41,6 @@ bool onIosBackground(ServiceInstance service) {
} }
void onStart(ServiceInstance service) async { void onStart(ServiceInstance service) async {
DartPluginRegistrant.ensureInitialized();
int flag = 0; int flag = 0;
String? phoneNum = ""; String? phoneNum = "";
int? callRecords = 0; int? callRecords = 0;

@ -331,16 +331,20 @@ packages:
flutter_background_service: flutter_background_service:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_background_service path: "."
url: "https://pub.dartlang.org" ref: HEAD
source: hosted resolved-ref: ee40fe3df73119bc7064e34d36fc7d8a0194e651
url: "https://git.oa00.com/austin_dai/flutter_background_service.git"
source: git
version: "2.1.3" version: "2.1.3"
flutter_background_service_android: flutter_background_service_android:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_background_service_android path: "."
url: "https://pub.dartlang.org" ref: HEAD
source: hosted resolved-ref: "63a2277119558ed55de1098b5c05040ef9ff845d"
url: "https://git.oa00.com/austin_dai/flutter_background_service_android.git"
source: git
version: "2.0.3" version: "2.0.3"
flutter_background_service_ios: flutter_background_service_ios:
dependency: transitive dependency: transitive

@ -44,8 +44,12 @@ dependencies:
git: git:
url: https://git.oa00.com/austin_dai/permission_handler.git url: https://git.oa00.com/austin_dai/permission_handler.git
# 后台设置 # 后台设置
flutter_background_service: ^2.1.3 flutter_background_service:
flutter_background_service_android: ^2.0.3 git:
url: https://git.oa00.com/austin_dai/flutter_background_service.git
flutter_background_service_android:
git:
url: https://git.oa00.com/austin_dai/flutter_background_service_android.git
device_info_plus: any device_info_plus: any
# 屏幕适配 # 屏幕适配
flutter_screenutil: ^5.5.3+2 flutter_screenutil: ^5.5.3+2

Loading…
Cancel
Save