nmea 2.1.0 copy "nmea: ^2.1.0" to clipboard
nmea: ^2.1.0 copied to clipboard

An extensible NMEA0183 parser, which also supports validating the checksum. Useful for reading data from GPS devices and other sensors.

Changelog #

Version 2.1.0 #

  • Adds support for custom sentence types

Version 2.0.0 #

  • Renamed project from flutter_extended_nmea to nmea

Version 1.3.0 #

  • Removed dependency on flutter and flutter_lints
  • Added some flutter linter rules
  • Added GitHub actions workflow for automated testing

Version 1.2.1 #

  • Allow null to be returned from OptionalTalkerSentenceFactory

Version 1.2.0 #

  • Added more constraints on the generic parameter of MultipartSentence to only allow the same type extending as a parameter

Version 1.1.0 #

  • Removed unnecessary dependency on cupertino_icons
  • Added support for multipart NMEA sentences (like GSV)

Version 1.0.1 #

  • Fixed error in decoder if sentence doesn't contain a field separator (",")

Version 1.0.0+1 #

Initial release.

  • Added NmeaSentence, NmeaSentenceType, ChecksumSentence, TalkerSentence, QuerySentence, ProprietarySentence, NmeaUtils and NmeaDecoder classes.
5
likes
0
pub points
74%
popularity

Publisher

verified publisherricardoboss.de

An extensible NMEA0183 parser, which also supports validating the checksum. Useful for reading data from GPS devices and other sensors.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on nmea