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

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gedcom

Use it

The package has the following executables:

$ gedcom_to_mermaid

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gedcom

With Flutter:

 $ flutter 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.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:gedcom/gedcom.dart';
5
likes
150
points
144
downloads

Documentation

API reference

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

Topics

#genealogy #gedcom #parser #family-tree

License

unknown (license)

Dependencies

collection, meta

More

Packages that depend on gedcom