exposure-notifications-android icon indicating copy to clipboard operation
exposure-notifications-android copied to clipboard

Why the team preferred a native android app as reference instead of a cross-platform Flutter app?

Open eze1981 opened this issue 4 years ago • 2 comments

It should be possible to implement a single app (android and iOS) and only change the EN calls to invoke the native APIs, right?

Is there any technical limitation that I´m not seeing?

eze1981 avatar May 28 '20 16:05 eze1981

This repo is to show how to use the API, not how to build an app using Flutter. Keep it simple.

seventhmoon avatar May 31 '20 09:05 seventhmoon

If anyone is looking for a cross-platform solution to simplify the implementation, you can check CovidShield. They have a repo (https://github.com/CovidShield/mobile) with an implementation in ReactNative.

eze1981 avatar Jun 01 '20 21:06 eze1981