uikit_bindings 0.0.5
uikit_bindings: ^0.0.5 copied to clipboard
Bindings of UIKit components for Flutter using FFI.
0.0.5 #
- Added generated bindings and example usage for
UISwitch,UIMenu,UINavigationBar, andUIToolbar. - Added a native UIKit dashboard driven by a Flutter
ChangeNotifier, with iOS integration coverage for model updates, native control callbacks, and cleanup.
0.0.4 #
- Added bindings and an interactive example for buttons, text fields, sliders, activity indicators, image views, stack views, progress views, and page controls.
- Added full
UISceneandUIWindowScenebindings with scene-aware key window resolution. - Added iOS integration coverage for active scene selection and native control callbacks.
0.0.3 #
- Updated FFIgen to 21.0.0 and regenerated the UIKit bindings.
- Updated the compatible Objective-C dependencies.
- Made generated Objective-C output deterministic by removing trailing whitespace.
0.0.2 #
- Updated dependencies
- Migrated example app to UIScene
0.0.1 #
- Initial release of the uikit_bindings package
- Added more examples and improved documentation
0.0.1-dev.3 #
- Updated README.md
0.0.1-dev.2 #
- Added auto layout classes (NSLayoutConstraint) and example view using auto layout.
0.0.1-dev.1 #
- Updated metadata in pubspec.yaml.
0.0.1-dev.0 #
- Initial development release.