dart_adif library

Tools for reading and writing ADIF, the amateur-radio data interchange format.

Classes

AdifRecord
Represents a single ADIF record and its fields.
AdifTransformer
Transforms a stream of byte chunks into a stream of AdifRecords.

Enums

adifType

Constants

adifFieldInfo → const Map<String, adifType>
fieldTypeBufSize → const int
The maximum length allowed for a field type.
fieldValBufSize → const int
The maximum length of a field value.
tagNameBufSize → const int
The maximum length allowed for a tag/field name.

Properties

adifStandardFieldNames Set<String>
getter/setter pair
typeCodeMap Map<String, adifType>
getter/setter pair