Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 483 Bytes

contact_trace_plugin

A Flutter plugin that exposes the Google/Apple Exposure Notification API

Usage

Make sure you call

GactPlugin.setup()

Before any usage of the plugin API.

Generating protobuf dart files

Follow the instructions to install the protoc CL tool here: https://pub.dev/packages/protoc_plugin

pub global activate protoc_plugin

protoc --plugin=/Users/{USERNAME}/.pub-cache/bin/protoc-gen-dart --dart_out=. lib/diagnosisKeyURL.proto