veilid/veilid-flutter
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
..
android update keyvaluedb 2023-09-21 15:53:25 -04:00
example checkpoint 2024-01-19 13:55:35 -05:00
ios debug 2023-01-03 09:13:18 -05:00
lib Removes unnecessary 'await' before 'return' 2024-02-01 23:18:44 -05:00
linux windows cleanup 2023-10-07 23:00:28 -04:00
macos removing dev branch, many changes 2023-05-29 19:24:57 +00:00
rust update deps 2024-01-19 13:55:35 -05:00
test revert encoding 'fix' and add unit test. 2023-10-07 20:34:21 -04:00
windows windows cleanup 2023-10-07 23:00:28 -04:00
.gitignore fix android 2022-03-12 15:27:15 -05:00
.metadata add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
analysis_options.yaml fixes 2023-07-30 15:57:06 -04:00
build.bat add build for windows 2023-10-14 23:16:19 -04:00
build.sh wasm fixes 2023-10-14 20:18:37 -04:00
build.yaml freezed 2023-07-15 19:35:22 -04:00
CHANGELOG.md add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
LICENSE.md licensing 2023-07-19 12:48:44 -04:00
pubspec.yaml Version update: v0.2.4 -> v0.2.5 2023-11-06 20:51:41 -06:00
README.md add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
setup_flutter.bat fix android 2022-03-12 15:27:15 -05:00
setup_flutter.sh Update the Android development enviornment setup 2023-11-19 17:31:23 -08:00

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.