zugclient 0.0.7
zugclient: ^0.0.7 copied to clipboard
Flutter client framework for the ZugServ library
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zugclientWith Flutter:
$ flutter pub add zugclientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zugclient: ^0.0.7Alternatively, 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: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_client.dart';
import 'package:zugclient/zug_fields.dart';
import 'package:zugclient/zug_sock.dart';