Flutter Resources

View our sample app, usage document, and changelog.

Sample App

Check out our Example Flutter project

Changelog

Refer to the CleverTap Flutter SDK Change Log.

FAQ

Q. How to manage the onSelectNotification callback function issue while using the flutter_local_notifications package in iOS?
A. For iOS, you can remove [CleverTap autoIntegrate] from the AppDelegate file and manually handle the notifications. This solves the onSelectNotification callback function issue.