Skip to content

Test notification on windows #352

@richard457

Description

@richard457

The file to edit/modify notifications_cubit.dart
Testing:

  • Go to AdminControl.dart somewhere add on click of the button of your choice should show a default message notification, here is the code to show the notification
 ProxyService.notification
                    .sendLocalNotification(body: "Your message");
  • Look for toggleForceUPSERT method within AdminControl.dart and there call the above code
  • Debug make sure the notification shows on windows
  • once done clean up toggleForceUPSERT to original state and send PR.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions