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

A modern Dart package for working with the IP protocol stack (IPv4, IPv6, ICMP, TCP, UDP), updated for Dart 3.8 with improved type safety and null-safety support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_ip

With Flutter:

 $ flutter pub add super_ip

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

dependencies:
  super_ip: ^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:super_ip/foundation.dart';
import 'package:super_ip/icmp.dart';
import 'package:super_ip/ip.dart';
import 'package:super_ip/tcp.dart';
import 'package:super_ip/udp.dart';
0
likes
150
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

A modern Dart package for working with the IP protocol stack (IPv4, IPv6, ICMP, TCP, UDP), updated for Dart 3.8 with improved type safety and null-safety support.

Repository (GitHub)
View/report issues

Topics

#ip #network #ipv4 #ipv6

Documentation

API reference

License

MIT (license)

Dependencies

meta, super_raw

More

Packages that depend on super_ip