Sam Cromer
Sam Cromer

Reputation: 2213

We need to Launch mobile devices calendar from flutter app icon ontap

Is there a way to launch the mobile devices calendar from an icon press in flutter? We incorporated url_launcher plugin and are able to launch the devices phone and text apps.

Upvotes: 1

Views: 1784

Answers (1)

Tomáš Linhart
Tomáš Linhart

Reputation: 14309

If you have url_launcher integrated then calshow:// for iOS and content://com.android.calendar/time/ for Android should work.

Upvotes: 5

Related Questions