mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-08 18:58:32 -05:00
![Kyle Hamilton](/assets/img/avatar_default.png)
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. :)
veilid
Veilid Network
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.