uikit_bindings 0.0.1-dev.1
uikit_bindings: ^0.0.1-dev.1 copied to clipboard
Bindings of UIKit components for Flutter using FFI.
uikit_bindings #
This plugin allows you to use native UIKit components in your Flutter app using FFI.
Bindings are generated from UIKit Headers using ffigen.

This is experimental plugin and currently only limited number of components are supported.
Regenerating bindings #
This project uses Dart-API to use ffigen. To regenerate the bindings, run:
dart run tool/ffigen.dart
Known issues: #
- classes like
UISwitch,UIScrollViewdon't get default constructor, see https://github.com/dart-lang/native/issues/2655