Skip to main content

Flutter Plugin Development

Creation

flutter create --org me.wener.drifter --template=plugin -i swift -a java drifter

Build & Run

cd drifter/example
export ANDROID_SDK_ROOT=/usr/local/opt/android-sdk/
flutter build apk
flutter build ios --no-codesign

flutter run

iOS

open hello/example/ios/Runner.xcworkspace

Android

Publishing

flutter packages pub publish --dry-run

References