OpenContacts/lib
Nutcake 7ff98649e9 Fix unchecked use of BuildContext after await
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.
2023-11-11 10:20:55 +01:00
..
apis Fix Resonite Essentials folder failing to open 2023-11-01 15:10:43 +01:00
clients Fix Resonite Essentials folder failing to open 2023-11-01 15:10:43 +01:00
models Fix Resonite Essentials folder failing to open 2023-11-01 15:10:43 +01:00
widgets Fix unchecked use of BuildContext after await 2023-11-11 10:20:55 +01:00
auxiliary.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
client_holder.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
config.dart Fix user session status not showing 2023-10-03 18:20:02 +02:00
crypto_helper.dart Add preliminary hash based session handling 2023-10-01 21:14:38 +02:00
hub_manager.dart Fix online status not getting set correctly 2023-10-12 18:01:15 +02:00
main.dart Fix online status not being restored properly 2023-10-21 12:39:09 +02:00
stack.dart Add Inventory viewer 2023-06-17 16:58:32 +02:00
string_formatter.dart Add inventory actions 2023-06-23 22:23:46 +02:00