somehow_i_manage 1.1.4 copy "somehow_i_manage: ^1.1.4" to clipboard
somehow_i_manage: ^1.1.4 copied to clipboard

A dart package making working with Isolates easier and manageable. It supports interprocess communication

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add somehow_i_manage

With Flutter:

 $ flutter pub add somehow_i_manage

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

dependencies:
  somehow_i_manage: ^1.1.4

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:somehow_i_manage/somehow_i_manage.dart';
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A dart package making working with Isolates easier and manageable. It supports interprocess communication

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

logging

More

Packages that depend on somehow_i_manage