gedcom 0.0.3 copy "gedcom: ^0.0.3" to clipboard
gedcom: ^0.0.3 copied to clipboard

outdated

Dart library to parse GEDCOM data from string input ported from popular Python library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gedcom

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

dependencies:
  gedcom: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gedcom/gedcom.dart';
4
likes
0
points
35
downloads

Publisher

verified publisherroszkowski.dev

Weekly Downloads

Dart library to parse GEDCOM data from string input ported from popular Python library

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, meta

More

Packages that depend on gedcom