nmea
An extensible NMEA0183 parser, which also supports validating the checksum. Useful for reading data from GPS devices and other sensors.
3.3.3
14K downloads/mo
#2521 most downloaded on pub.dev
ricardoboss/dart_nmea
What this package is like to depend on
Last release 11 months ago
02 Sep 2025
Release timing varies
gaps range from 1 weeks to 1.7 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
10 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
10 releases · Jul 2022 to Sep 2025Releases
latest 10-
3.3.302 Sep 2025Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Updated lockfile to latest versions
- (internal) Formatting
Full Changelog: v3.3.2...v3.3.3
Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Updated lockfile to latest versions
- (internal) Formatting
-
3.3.210 Sep 2024Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Small changes to the README
Full Changelog: v3.3.1...v3.3.2
Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Small changes to the README
-
3.3.110 Sep 2024Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Formatting fixes
- (internal) Added
CODEOWNERSfile - (internal) Added Dependabot config
- (internal) Updated GitHub actions workflow to run on schedule
- (internal) Added GitHub actions workflow for publishing to pub.dev
Full Changelog: v3.3.0...v3.3.1
Release notes
Open source →- No changes to the library, just a patch bump
- (internal) Formatting fixes
- (internal) Added
CODEOWNERSfile - (internal) Added Dependabot config
- (internal) Updated GitHub actions workflow to run on schedule
- (internal) Added GitHub actions workflow for publishing to pub.dev
-
3.3.010 Sep 2024Release notes
Open source →- Bumped SDK constraint to >=3.0.0 <4.0.0
- (internal) stricter linting rules
- Fixed docs
CustomChecksumSentencenow only evaluates checksums ifvalidateChecksumsistrue(default)
Full Changelog: v3.2.0...v3.3.0
Release notes
Open source →- Bumped SDK constraint to >=3.0.0 <4.0.0
- (internal) stricter linting rules
- Fixed docs
CustomChecksumSentencenow only evaluates checksums ifvalidateChecksumsistrue(default)
-
3.2.016 Jan 2023Release notes
Open source →- Moved
MultipartSentencelogic todecodemethod
Full Changelog: v3.1.0...v3.2.0
- Moved
-
3.1.011 Jan 2023Release notes
Open source →- Added CustomChecksumSentence and changed parent of CustomSentence to NmeaSentence.
- Added NmeaSentenceType.custom for custom sentences.
Full Changelog: v3.0.0...v3.1.0
Release notes
Open source →- Added
CustomChecksumSentenceand changed parent ofCustomSentencetoNmeaSentence. - Added
NmeaSentenceType.customfor custom sentences.
-
3.0.005 Jan 2023Release notes
Open source →- Breaking:
MultipartSentencehas a new parent classNmeaSentenceand requires implementations for some new abstract members. - Added
onIncompleteMultipartSentencetoNmeaDecoderfor handling multipart sentence without having received a first sentence part.
Full Changelog: v2.1.1...v3.0.0
Release notes
Open source →- Breaking:
MultipartSentencehas a new parent classNmeaSentenceand requires implementations for some new abstract members. - Added
onIncompleteMultipartSentencetoNmeaDecoderfor handling multipart sentence without having received a first sentence part.
- Breaking:
-
2.1.105 Jan 2023Release notes
Open source →- Added
LimitedSizeQueueto fix #4 (Limit size of_incompleteSentencesinNmeaDecoder)
Full Changelog: v2.1.0...v2.1.1
Release notes
Open source →- Added
LimitedSizeQueueto fix #4 (Limit size of_incompleteSentencesinNmeaDecoder)
- Added
-
2.1.018 Oct 2022 -
2.0.020 Jul 2022Release notes
Open source →- Renamed project from
flutter_extended_nmeatonmea
Full Changelog: v1.3.0...v2.0.0
- Renamed project from