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

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

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.1.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';
4
likes
130
pub points
33%
popularity

Publisher

verified publisherroszkowski.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection, meta

More

Packages that depend on gedcom