No description
Find a file
Shan Shaji c5c2d90ba4 fix: ios: reorder on catch clauses to catch NSErrorClientException
The `NSErrorClientException` catch clause was not being executed because
it's a subtype of `ClientException`. This resulted in showing the
actual error from the package instead of our custom error message when
the SSL/TLS handshake failed. Fixed the issue by reordering the on catch
clauses.

Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
Link: https://lore.proxmox.com/20251017113428.51347-1-s.shaji@proxmox.com
2025-10-24 13:15:40 +02:00
lib fix: ios: reorder on catch clauses to catch NSErrorClientException 2025-10-24 13:15:40 +02:00
test remove shared preferences dependency & add ssl validation setting 2020-07-29 13:09:26 +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