#requirements 1)flutter setup on dev system 2)xcode (15 for latest vision api)
to start example on terminal
-
cd example
-
flutter run
-
plugin code is loacated under root/ios/Classes/SwiftImagekitplusPlugin.swift
(https://docs.flutter.dev/get-started/install/macos/mobile-ios)
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.