flutter_control_center 0.1.0
flutter_control_center: ^0.1.0 copied to clipboard
iOS 18 Control Center, Lock Screen and Action button controls for Flutter: shared App Group state, reloads, action stream and a Swift kit.
0.1.0 #
- Initial release.
- Dart API:
configure,isSupported,setToggleState,getState,getAllStates,clearState,reloadControls,reloadAll,getInstalledControlsand theactionsstream. - Native iOS plugin: App Group state,
ControlCenterreloads, and action delivery through deep links (UIScene and AppDelegate), Darwin notifications and an App Group queue. - Swift kit for the Widget Extension:
FlutterControlToggle,FlutterControlButton,FlutterSetValueIntentandFlutterOpenAppIntent. dart run flutter_control_center:setupCLI that generates the extension files and prints the Xcode steps.- Non-iOS platforms and iOS < 18 report unsupported cleanly.