syedmurtaza108 / chucker-flutter

An HTTP requests inspector inspired by Chucker Android
https://pub.dev/packages/chucker_flutter
MIT License
54 stars 32 forks source link

Local Notification #20

Closed mustofa-al closed 1 year ago

mustofa-al commented 1 year ago

Description

Hello @syedmurtaza108, i added local notification support, just like alice. But it still not possible for now to stack the notification like they did.

I updated the readme too for usage.

But, due to conflict to another plugin in my project, i downgrade the chopper version to 4.0.5.

Type of Change

syedmurtaza108 commented 1 year ago

Salam @mustofa-al, the feature really looks amazing🥳. I will definitely look into this as soon as possible for me. Meanwhile I request you to add tests for this feature as I don't find any test.

Thank you for your contribution🙌

mustofa-al commented 1 year ago

Yeah i think i need to test how notification initialized & show as soon as possible, but could you guide me what else to test?

syedmurtaza108 commented 1 year ago

@mustofa-al By test I meant to add unit and widget tests for the feature. To get a basic idea of how to add tests, you may see https://github.com/syedmurtaza108/chucker-flutter/tree/master/test

mustofa-al commented 1 year ago

@syedmurtaza108 yeah i know. Wait, i'm working on

mustofa-al commented 1 year ago

@syedmurtaza108 hello, i'm done with my changes, but how to update changes to this pull request? or would be better to create new pull request?

syedmurtaza108 commented 1 year ago

@mustofa-al Thank you for updates.

syedmurtaza108 commented 1 year ago

This PR is being closed in respect of PR#21.