No description
Find a file
Shan Shaji 5258fd14c9 fix: cleanup: dart analysis issues found by dart linter
The library name is not necessary anymore [0]. Removed the same
and updated the doc comments. Additionaly, added explicit types
for variables as suggested by the dart linter (lints) [1][2].

[0] - https://dart.dev/tools/linter-rules/unnecessary_library_name
[1] - https://dart.dev/tools/linter-rules/prefer_typing_uninitialized_variables
[2] - https://dart.dev/tools/linter-rules/strict_top_level_inference

Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
2026-04-02 13:25:58 +02:00
lib fix: cleanup: dart analysis issues found by dart linter 2026-04-02 13:25:58 +02:00
test fix: cleanup: dart analysis issues found by dart linter 2026-04-02 13:25:58 +02:00
.gitignore update dependencies and track pubspec lock file 2023-07-04 11:57:22 +02:00
analysis_options.yaml pubspec: update deps 2021-12-09 22:29:35 +01:00
CHANGELOG.md initial commit 2019-08-08 12:04:27 +02:00
pubspec.lock fix: ios: use cupertino_http package to honor custom user certificates 2025-09-26 10:54:40 +02:00
pubspec.yaml fix: ios: use cupertino_http package to honor custom user certificates 2025-09-26 10:54:40 +02:00
README.md remove shared prefs & flutter dependency 2020-07-29 14:00:39 +02:00

To run builds for model classes use: pub run build_runner build

or if you like use a watcher: pub run build_runner watch