mirror of
https://git.proxmox.com/git/flutter/proxmox_dart_api_client.git
synced 2026-05-24 22:27:37 +00:00
No description
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> |
||
|---|---|---|
| lib | ||
| test | ||
| .gitignore | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
To run builds for model classes use: pub run build_runner build
or if you like use a watcher: pub run build_runner watch