objective_c 1.0.1 copy "objective_c: ^1.0.1" to clipboard
objective_c: ^1.0.1 copied to clipboard

PlatformiOSmacOS

A library to access Objective C from Flutter that acts as a support library for package:ffigen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add objective_c

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  objective_c: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:objective_c/objective_c.dart';
1
likes
150
pub points
37%
popularity

Publisher

verified publisherlabs.dart.dev

A library to access Objective C from Flutter that acts as a support library for package:ffigen.

Repository (GitHub)
View/report issues
Contributing

Topics

#interop #ffi #objective-c #codegen

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, flutter, plugin_platform_interface, yaml

More

Packages that depend on objective_c