nice2dev_flutter_erp_adapter 1.0.2
nice2dev_flutter_erp_adapter: ^1.0.2 copied to clipboard
Adapter layer connecting OmniVerk .NET backend with nice2dev_flutter_ui widgets. REST CRUD, JWT auth, file upload, server-side export, SignalR real-time.
nice2dev_flutter_erp_adapter — Changelog #
All notable changes to the Flutter ERP adapter.
0.1.0 — 2025-06-01 #
Initial release.
- ErpDataAdapter — generic REST CRUD (load, getById, create, update, remove, removeBatch) with paged/filtered/sorted requests
- ErpAuthAdapter — JWT auth (login, refresh, me, logout) with token management
- ErpFileAdapter — file uploads (upload, uploadMultiple, getInfo, download, remove) via multipart
- ErpExportAdapter — server-side export (xlsx/pdf/csv/json/xml)
- ErpSignalRAdapter — WebSocket SignalR adapter (JSON hub protocol) with auto-reconnect
- Core types:
ErpResponse<T>,ErpMeta,ErpFilter,ErpSort,ErpDataRequest - Pure Dart package (no Flutter SDK dependency)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2025-06-28 #
Added #
- Initial release of NiceToDev Flutter ERP Adapter
- REST CRUD operations for OmniVerk entities
- JWT authentication with token refresh
- File upload with progress tracking
- Server-side export (Excel, PDF, CSV)
- SignalR real-time updates
- Type definitions for OmniVerk DTOs
Notes #
- Designed to work with nice2dev_flutter_ui widgets
- Compatible with OmniVerk .NET backend API