grpc_alice

Last updated:

0 purchases

grpc_alice Image
grpc_alice Images
Add to Cart

Description:

grpc alice

grpc_alice #
This package help to log GRPC request and response.
Preview #

Installing #


Add dependencies to pubspec.yaml
Get the latest version in the 'Installing' tab
on pub.dev
dependencies:
grpc_alice: <latest-version>
copied to clipboard


Run pub get.
flutter pub get
copied to clipboard


Import package.
import 'package:grpc_alice/grpc_alice.dart';
copied to clipboard


Implementation #


Wrap MaterialApp with GrpcAlice .
GrpcAlice(
child: MaterialApp(
// Your initialization for material app.
),
)
copied to clipboard


use MyInterceptor in grpc interceptors options.
MyHandlerClient myHandlerClient = MyHandlerClient(grpcClient.channel, interceptors: [MyInterceptor()]);
copied to clipboard


Shake your device.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.