grpc_alice 0.0.3
grpc_alice: ^0.0.3 copied to clipboard
This package help to log GRPC request and response.
grpc_alice #
This package help to log GRPC request and response.
Preview #

Installing #
-
Add dependencies to
pubspec.yamlGet the latest version in the 'Installing' tab on pub.flutter-io.cn
dependencies: grpc_alice: <latest-version> -
Run pub get.
flutter pub get -
Import package.
import 'package:grpc_alice/grpc_alice.dart';
Implementation #
-
Wrap
MaterialAppwithGrpcAlice.GrpcAlice( child: MaterialApp( // Your initialization for material app. ), ) -
use
MyInterceptorin grpc interceptors options.MyHandlerClient myHandlerClient = MyHandlerClient(grpcClient.channel, interceptors: [MyInterceptor()]); -
Shake your device.