dart_softcorp_dashboard 0.0.10 dart_softcorp_dashboard: ^0.0.10 copied to clipboard
A new protobuf library for Softcorp Dashboard
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dart_softcorp_dashboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dart_softcorp_dashboard: ^0.0.10
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:dart_softcorp_dashboard/dart_dashboard.dart';
import 'package:dart_softcorp_dashboard/dashboard_service.pb.dart';
import 'package:dart_softcorp_dashboard/dashboard_service.pbenum.dart';
import 'package:dart_softcorp_dashboard/dashboard_service.pbgrpc.dart';
import 'package:dart_softcorp_dashboard/dashboard_service.pbjson.dart';
import 'package:dart_softcorp_dashboard/google/protobuf/timestamp.pb.dart';
import 'package:dart_softcorp_dashboard/google/protobuf/timestamp.pbenum.dart';
import 'package:dart_softcorp_dashboard/google/protobuf/timestamp.pbjson.dart';