Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.