ino_glib_async_example 0.0.2-1
ino_glib_async_example: ^0.0.2-1 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 Dart:
$ dart pub add ino_glib_async_exampleWith Flutter:
$ flutter pub add ino_glib_async_exampleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ino_glib_async_example: ^0.0.2-1Alternatively, your editor might support dart pub get or 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';