ino_glib_async_example 0.0.2 ino_glib_async_example: ^0.0.2 copied to clipboard
An linux plugin example of an async response from the platform using g_idle_add().
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ino_glib_async_example
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ino_glib_async_example: ^0.0.2
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:ino_glib_async_example/ino_glib_async_example.dart';