lumide_api 0.4.0 copy "lumide_api: ^0.4.0" to clipboard
lumide_api: ^0.4.0 copied to clipboard

Host API for Lumide IDE plugins. Provides abstractions for plugin development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lumide_api

With Flutter:

 $ flutter pub add lumide_api

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

dependencies:
  lumide_api: ^0.4.0

Alternatively, 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:lumide_api/lumide_api.dart';
1
likes
160
points
42
downloads

Publisher

verified publishersofluffy.io

Weekly Downloads

Host API for Lumide IDE plugins. Provides abstractions for plugin development.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

json_rpc_2, stream_channel, yaml

More

Packages that depend on lumide_api