Reputation: 2213
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
Reputation: 14309
If you have url_launcher integrated then calshow://
for iOS and content://com.android.calendar/time/
for Android should work.
Upvotes: 5