RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
6 stars 1 forks source link

feat: Implement `NotificationService` #203

Open apomalyn opened 5 months ago

apomalyn commented 5 months ago

Requirements

Initialize the application to support local notification. Implement a NotificationService singleton, in this service implement:

What needs to be done

Add the flutter_local_notification plugin

Follow the setup for each platform:

Create a NotificationsService service under src/core/services, that:

Dependencies

Child of #202

Dev notes