OpenContacts is a fork of ReCon (Resonite Contacts) that is updated with improvements and new features.
e97e0a52af
On Android 13 or newer there is an operating system integrated message bubble that pops up and shows you any automated clipboard changes at the bottom left of the screen. This bubble obscures the message text of the snackbar so I've moved it to the top of the screen when on Android. It might make sense to do more accurate version checking in the future to only show the snackbar if on Android < 13 or iOS but we'd need to pull in the device_info_plus package or similar for that. |
||
---|---|---|
android | ||
assets/images | ||
lib | ||
linux | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
LICENSE.txt | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
ReCon
A Resonite Contacts App for Android
Building
This is a standard Flutter application, refer to the Flutter docs on how to build it.
Currently only Android is supported.
In theory this app should also build fine for desktop, though not every feature will be functional. For example, voice-messages and notifications are currently not supported on desktop builds.
Screenshots