servicestack 2.0.1
servicestack: ^2.0.1 copied to clipboard
ServiceStack's convenience utils for developing Dart VM and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation
2.0.1 #
- Update to latest code-gen of existing built-in DTOs
2.0.0 #
- Upgrade code base to null safety
1.0.32 #
- Upgraded http dependency to ^0.13.3
1.0.31 #
- Added
getTokenCookie()&getRefreshTokenCookie()APIs toIServiceClient
1.0.30 #
- Remove
nullvalues fromInspect.dump()output
1.0.29 #
- Improve support for handling minified types in release builds
- Add new
Logprovider abstraction and debug logging
1.0.28 #
- Improve naked List handling in minified builds
1.0.26 #
- Add Inspect for quickly viewing API responses
- Added host.dart abstraction with IO + Web providers
1.0.25 #
- Downgrade http dependency to stable 0.12.2
1.0.24 #
- Add support for Refresh Token Cookies
- Include support for built-in EmptyResponse, IdResponse, StringResponse & StringsResponse DTOs
1.0.23 #
- Fix connection leak with auto retry connections
- Add
close()API to IServiceClient + Dart VM + Web Service Clients