zugclient 0.1.5 copy "zugclient: ^0.1.5" to clipboard
zugclient: ^0.1.5 copied to clipboard

Flutter client framework for the ZugServ library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zugclient

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

dependencies:
  zugclient: ^0.1.5

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:zugclient/dialogs.dart';
import 'package:zugclient/lobby_page.dart';
import 'package:zugclient/oauth_client.dart';
import 'package:zugclient/options_page.dart';
import 'package:zugclient/splash_page.dart';
import 'package:zugclient/zug_app.dart';
import 'package:zugclient/zug_chat.dart';
import 'package:zugclient/zug_client.dart';
import 'package:zugclient/zug_fields.dart';
import 'package:zugclient/zug_sock.dart';
import 'package:zugclient/zug_utils.dart';
1
likes
100
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter client framework for the ZugServ library

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, http, ini, logging, oauth2, package_info_plus, provider, shared_preferences, universal_html, url_launcher, web_socket_channel, webview_flutter

More

Packages that depend on zugclient