veilid/veilid-flutter/lib
Kyle Hamilton e80984332d Removes unnecessary 'await' before 'return'
Dart, as of version 2.1.1, has a linter rule called
'unnecessary_await_in_return', described as 'Avoid returning
an awaited expression when the expression type is assignable
to the function's return type'. This can be found at
https://dart.dev/tools/linter-rules/unnecessary_await_in_return
VSCode applied that linter rule automatically, and I am tired of
the warnings, so I'm submitting this. :)
2024-02-01 23:18:44 -05:00
..
default_config.dart more watchvalue 2024-01-19 13:53:42 -05:00
routing_context.dart schema work 2024-01-19 13:55:35 -05:00
routing_context.freezed.dart more watchvalue 2024-01-19 13:53:42 -05:00
routing_context.g.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_api_exception.dart error cleanup 2023-10-21 15:00:50 -04:00
veilid_config.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_config.freezed.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_config.g.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_crypto.dart encryption tools 2023-09-25 22:59:41 -04:00
veilid_encoding.dart wasm fixes 2023-10-14 20:18:37 -04:00
veilid_ffi.dart Removes unnecessary 'await' before 'return' 2024-02-01 23:18:44 -05:00
veilid_js.dart checkpoint 2024-01-19 13:55:35 -05:00
veilid_plugin_stub_web.dart lint work 2023-07-26 14:20:17 -04:00
veilid_state.dart fixes 2023-07-30 15:57:06 -04:00
veilid_state.freezed.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_state.g.dart more watchvalue 2024-01-19 13:53:42 -05:00
veilid_stub.dart wasm fixes 2023-10-14 20:18:37 -04:00
veilid_table_db.dart fixes 2023-07-30 15:57:06 -04:00
veilid.dart xfer 2023-10-10 09:56:56 -04:00