geiger_api 0.8.2 copy "geiger_api: ^0.8.2" to clipboard
geiger_api: ^0.8.2 copied to clipboard

PlatformAndroid

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geiger_api

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

dependencies:
  geiger_api: ^0.8.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:geiger_api/geiger_api.dart';
6
likes
130
pub points
1%
popularity

Publisher

verified publishercyber-geiger.eu

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, convert, cryptography, flutter, flutter_treeview, geiger_localstorage, logging, meta, path_provider, uuid

More

Packages that depend on geiger_api