Flutter Tutorial: Notifications on state changes in your Flutter app using the NavigatorObserver

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 4

  • @CarlJdP
    @CarlJdP 9 месяцев назад

    Very helpful thank you! It solves exactly the thing I have been struggling with: where to 'hook' in to get notified by flutter or the navigator about route changes

  • @DB-dk2mj
    @DB-dk2mj 2 года назад +1

    Very good explaining! Thanks!

  • @emmanuel27enwere86
    @emmanuel27enwere86 2 года назад

    Sir, is it possible to have a notification that reads out what it contains? For example, on a to-do app, if I set a notification to notify me of a task, how can I code it to read out the notification aloud to me?