cgm 0.0.2 copy "cgm: ^0.0.2" to clipboard
cgm: ^0.0.2 copied to clipboard

A dart library for parsing and displaying CGM (Computer Graphics Metafile) files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cgm

With Flutter:

 $ flutter pub add cgm

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

dependencies:
  cgm: ^0.0.2

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:cgm/cgm.dart';
0
likes
110
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library for parsing and displaying CGM (Computer Graphics Metafile) files

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

buffer, collection, equatable, logging, meta, vector_math

More

Packages that depend on cgm