- Switch to stable
pointycastle
version
- Migrate to null safety
- Breaking change:
NTLMClient
now extendsBaseClient
making it much easier to compose. As a result,Uri
objects are now required for URLs when making HTTP requests NTLMClient.multipart
is now deprecated, useNTLMClient.send
instead- The
Type2Message
class is now immutable
- Add
headerPrefix
parameter to support servers only using theNegotiate
authentication scheme
- Add support for authenticating when the server supports other authentication methods in addition to NTLM
- Add support for sending
MultipartRequest
s - Add support for Flutter Web
- Initial version