- 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
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
{
|
|
"modelVersion": "5.1.0",
|
|
"name": "ohos",
|
|
"version": "1.0.0",
|
|
"description": "Please describe the basic information.",
|
|
"main": "",
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@ohos/hypium": "1.0.6"
|
|
}
|
|
}
|