serverpod_admin_client 1.0.9
serverpod_admin_client: ^1.0.9 copied to clipboard
The missing admin dashboard for Serverpod. A complete Flutter package providing CRUD operations, foreign key relationships, boolean fields, date pickers, pagination, search, and authentication for man [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.9 #
- Updated README tutorial with separate non-custom and advanced custom setup paths.
- Documented local package installer usage with
dart run serverpod_admin_server:serverpod_admin install.
1.0.8 #
- Updated the
findendpoint client signature to send record ids as strings, matching Serverpod 3.4 endpoint deserialization.
1.0.7 #
- Added client protocol support for admin profile and password operations.
- Added client protocol support for Serverpod future-call history and job actions.
- Updated generated protocol compatibility for Serverpod 3.4.x.
1.0.6 #
- Initial version
- Client-side protocol definitions for admin module
- Admin resource and column type definitions
- Integration with serverpod_client