flutter_xtransport 0.0.4 copy "flutter_xtransport: ^0.0.4" to clipboard
flutter_xtransport: ^0.0.4 copied to clipboard

discontinuedreplaced by: xtransport
outdated

flutter_xtransport is a network transport interface,it provide a simple way to manage network transport like unix/tcp/ws/udp/quic...

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_xtransport

With Flutter:

 $ flutter pub add flutter_xtransport

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

dependencies:
  flutter_xtransport: ^0.0.4

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:flutter_xtransport/flutter_xtransport.dart';
0
likes
150
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_xtransport is a network transport interface,it provide a simple way to manage network transport like unix/tcp/ws/udp/quic...

Repository (GitHub)

License

GPL-3.0 (license)

More

Packages that depend on flutter_xtransport