Get up and running with PNTA Flutter plugin in minutes
main()
function:
showSystemUI: true
to display the standard notification
banner when your app is in the foreground.showSystemUI: true
to make notifications appear in the
notification panel. By default, Android foreground notifications are silent
and don’t appear in the panel. You’ll need to handle in-app UI using the
listener above.autoHandleLinks: true
to automatically handle notification links.
External URLs open in the browser, internal routes navigate within your app
(requires navigator key setup)./profile
.
External URLs with schemes (https://
, mailto:
, tel:
, sms:
) work automatically with no configuration.