ben-xD / push

Push notifications in Flutter without firebase_messaging.
https://pub.dev/packages/push
36 stars 22 forks source link

Refactor push dependency in example app #57

Closed FlorianKempe closed 2 months ago

FlorianKempe commented 2 months ago

This PR refactors the import for the Example app and removes the double import of the push.dart import. This is done by hiding the default Notification class from the material.dart import.

ben-xD commented 2 months ago

Nice, thanks 🙏🏼️