erpnext_sdk_flutter 1.0.2
erpnext_sdk_flutter: ^1.0.2 copied to clipboard
A production-ready ERPNext SDK for Flutter/Dart focused on mobile apps.
1.0.2 #
- Fix lint issues: Enclose
ifstatements in blocks inDoctypeService.
1.0.1 #
- Fix static analysis issues: Rename
limit_starttolimitStartandlimit_page_lengthtolimitPageLength. - Update
mimedependency to^2.0.0to support latest stable version.
1.0.0 #
- Initial release of ERPNext Flutter SDK.
- Added
AuthServicefor login and session management. - Added
DoctypeServicefor listing and metadata. - Added
DocumentServicefor CRUD operations. - Added
AttachmentServicefor file uploads. - Added
RestHelperwith retry logic and error handling.