handle_system 0.0.1 copy "handle_system: ^0.0.1" to clipboard
handle_system: ^0.0.1 copied to clipboard

Dart 1 only

Handle Object Pool System

handlesystem #

Introduction #

A simple handle based object pool system.

Status: Beta #

Stuff works, not in release yet.

Getting Started #

Create a Dart project and add a pubspec.yaml file to it

dependencies:
  handlesystem:
    git: https://github.com/johnmccutchan/handlesystem.git

and run pub install to install handlesystem (including its dependencies). Now add import

#import('package:handlesystem/handlesystem.dart');
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

Handle Object Pool System

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

unittest

More

Packages that depend on handle_system