- Switch to stable
pointycastleversion
- Migrate to null safety
- Breaking change:
NTLMClientnow extendsBaseClientmaking it much easier to compose. As a result,Uriobjects are now required for URLs when making HTTP requests NTLMClient.multipartis now deprecated, useNTLMClient.sendinstead- The
Type2Messageclass is now immutable
- Add
headerPrefixparameter to support servers only using theNegotiateauthentication scheme
- Add support for authenticating when the server supports other authentication methods in addition to NTLM
- Add support for sending
MultipartRequests - Add support for Flutter Web
- Initial version