- Remove flutter_local_notifications dependency from pubspec.yaml - Delete notification_service.dart file - Remove notification service references from app_service.dart and app_binding.dart - Clean up related code and dependencies
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
{
|
|
"app": {
|
|
"bundleName": "com.example.ohos",
|
|
"vendor": "example",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:app_icon",
|
|
"label": "$string:app_name"
|
|
}
|
|
}
|