exposure-notifications-android
exposure-notifications-android copied to clipboard
Why the team preferred a native android app as reference instead of a cross-platform Flutter app?
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?
This repo is to show how to use the API, not how to build an app using Flutter. Keep it simple.
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.