Flutter integration guide
We assume that you already have a Flutter app. However, in case you're starting from scratch, you can follow the official getting started guide. The plugin supports Android projects with Java and Kotlin. For iOS projects, the plugin supports Objective-C and Swift.
We placed an example of a Plot Projects plugin integration on our Github page.
iOS integration¶
Since we interact with the native components, the necessary steps to integrate the Plot plugin are the same as for a native iOS app. To open the platform-specific code, select from the menu: Tools > Flutter > Open iOS module in XCode. The rest of the steps are in the iOS integration guide.
Android integration¶
Since we interact with the native components, the necessary steps to integrate the Plot plugin are the same as for a native Java app. To open the platform-specific code, select from the menu: Tools > Flutter > Open for editing in Android Studio. The rest of the steps are in the Android integration guide.