OpenContacts is a fork of ReCon (Resonite Contacts) that is updated with improvements and new features.
7ff98649e9
When using the BuildContext after an asynchronus gap (like when using await), you always need to check if the context is still mounted before using it to retrieve objects from the widget tree like with `ScaffoldMessenger.of(context)`. Additionally you don't need to use `.then((value) {})` on a future, if that future is already awaited, you can simply put any following statements on a new line for better readability of program flow. |
||
---|---|---|
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