Skip to content

covidtrace/contact_trace_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Flutter plugin that implements the Google/Apple Bluetooth Exposure Notification API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published