Alarm App Help: Draw over other apps

This page summarizes the projects mentioned and recommended in the original post on /r/flutterhelp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • flutter_local_notifications

    A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux

  • For those who are interested, I have a workaround using the local_notifications_plugin. First of all, fullScreenIntent needs to be turned on. This will launch the application in a full-screen mode if the app isn't currently in use (i.e. the phone is locked). The next thing is to follow: https://github.com/MaikuB/flutter_local_notifications/issues/99 To quickly explain: using getNotificationAppLaunchDetails() in the main() method of your app launch, you can return a boolean on whether the app was launched through the notification. This allows you to route the app like this:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts