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

A package that provides cross-platform network functionalities via Rust FFI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_stack

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

dependencies:
  network_stack: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:network_stack/networks.dart';
0
likes
145
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A package that provides cross-platform network functionalities via Rust FFI.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on network_stack

Packages that implement network_stack