mirror of
https://git.proxmox.com/git/flutter/proxmox_dart_api_client.git
synced 2026-09-24 07:51:38 +00:00
No description
- Dart 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Starting from `v9.0.0` of the `objective_c` package, `NSError` is defined as an extension type [0] instead of a wrapper class in Dart. As a result, the `code` property is not accessible at compile time unless the extension type is explicitly imported, even though the underlying object exposes it at runtime. To fix this, the `objective_c` dependency has been added and imported the dependency were the code property is accessed. - [0] https://github.com/dart-lang/native/pull/2723 Signed-off-by: Shan Shaji <[email protected]> Link: https://lore.proxmox.com/[email protected] |
||
| 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