scstw_lib 0.0.2 copy "scstw_lib: ^0.0.2" to clipboard
scstw_lib: ^0.0.2 copied to clipboard

A library enabling the communication with the itsblue.de climbing stopwatch

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scstw_lib

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

dependencies:
  scstw_lib: ^0.0.2

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:scstw_lib/bluetooth_connection.dart';
import 'package:scstw_lib/connection.dart';
import 'package:scstw_lib/lane_timer.dart';
import 'package:scstw_lib/progress.dart';
import 'package:scstw_lib/proto_out/Command.pb.dart';
import 'package:scstw_lib/proto_out/Command.pbenum.dart';
import 'package:scstw_lib/proto_out/Command.pbjson.dart';
import 'package:scstw_lib/proto_out/Command.pbserver.dart';
import 'package:scstw_lib/proto_out/RaceState.pb.dart';
import 'package:scstw_lib/proto_out/RaceState.pbenum.dart';
import 'package:scstw_lib/proto_out/RaceState.pbjson.dart';
import 'package:scstw_lib/proto_out/RaceState.pbserver.dart';
import 'package:scstw_lib/proto_out/Settings.pb.dart';
import 'package:scstw_lib/proto_out/Settings.pbenum.dart';
import 'package:scstw_lib/proto_out/Settings.pbjson.dart';
import 'package:scstw_lib/proto_out/Settings.pbserver.dart';
import 'package:scstw_lib/proto_out/SocketMessage.pb.dart';
import 'package:scstw_lib/proto_out/SocketMessage.pbenum.dart';
import 'package:scstw_lib/proto_out/SocketMessage.pbjson.dart';
import 'package:scstw_lib/proto_out/SocketMessage.pbserver.dart';
import 'package:scstw_lib/proto_out/deprecated/RaceSettings.pb.dart';
import 'package:scstw_lib/proto_out/deprecated/RaceSettings.pbenum.dart';
import 'package:scstw_lib/proto_out/deprecated/RaceSettings.pbjson.dart';
import 'package:scstw_lib/proto_out/deprecated/RaceSettings.pbserver.dart';
import 'package:scstw_lib/ui_state.dart';
import 'package:scstw_lib/util.dart';
0
likes
130
points
11
downloads

Documentation

API reference

Publisher

verified publisheritsblue.de

Weekly Downloads

A library enabling the communication with the itsblue.de climbing stopwatch

Homepage
Repository (GitHub)
View/report issues

License

AGPL-3.0 (license)

Dependencies

flutter, flutter_blue_plus, logger, protobuf

More

Packages that depend on scstw_lib