mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
e80984332d
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. :) |
||
---|---|---|
.. | ||
android | ||
example | ||
ios | ||
lib | ||
linux | ||
macos | ||
rust | ||
test | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
build.bat | ||
build.sh | ||
build.yaml | ||
CHANGELOG.md | ||
LICENSE.md | ||
pubspec.yaml | ||
README.md | ||
setup_flutter.bat | ||
setup_flutter.sh |
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.