mirror of
https://git.proxmox.com/git/flutter/proxmox_dart_api_client.git
synced 2026-07-11 17:12:45 +00:00
No description
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 <s.shaji@proxmox.com> Link: https://lore.proxmox.com/20260603153423.3227-8-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