ais_decoder 1.0.0 copy "ais_decoder: ^1.0.0" to clipboard
ais_decoder: ^1.0.0 copied to clipboard

A comprehensive AIS (Automatic Identification System) message decoder for Dart and Flutter. Decode NMEA AIS sentences into structured Dart objects for maritime applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ais_decoder

With Flutter:

 $ flutter pub add ais_decoder

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ais_decoder: ^1.0.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:ais_decoder/ais_decoder.dart';
1
likes
150
points
30
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive AIS (Automatic Identification System) message decoder for Dart and Flutter. Decode NMEA AIS sentences into structured Dart objects for maritime applications.

Repository (GitHub)
View/report issues

Topics

#ais #maritime #nmea #decoder #navigation

License

BSD-3-Clause (license)

More

Packages that depend on ais_decoder