- BREAKING CHANGE: Android compile SDK version has been upgraded to
34
. - BREAKING CHANGE: iOS minimum version has been upgraded to
13
. - BREAKING CHANGE: Dart minimum SDK version has been upgraded to
>=3.2.0 <4.0.0
. - BREAKING CHANGE: upgraded SmartcarAuth iOS SDK to
6.0.2
. - BREAKING CHANGE: upgraded SmartcarAuth Android SDK to
4.0.1
. - BREAKING REFACTOR: removed
testMode
property fromSmartcarConfig
class. - BREAKING REFACTOR:
SmartcarAuthResponse
is now a sealed class. - FEAT: added two new child classes of
SmartcarAuthResponse
SmartcarAuthSuccess
: created after a success response from Smartcar Connect.SmartcarAuthFailure
: created after a failed response from Smartcar Connect.
- FEAT: added
mode
property toSmartcarConfig
class. - FEAT: added
user
property toAuthUrlBuilder
class.
- Updated spelling for
controlSecurity
enum. Thanks to @nick.maiello. - Added new missing permissions in
SmartcarPermission
enum. Thanks to @nick.maiello. - Updated repository location.
- Updated repository location
- Upgraded Android Smartcar-Auth SDK to
3.2.0
. - Upgraded iOS SmartcarAuth SDK to
5.3.1
. - New property
flags
can be set on AuthUrlBuilder class. - New property
virtualKeyUrl
on SmartcarAuthResponse class.
- Infinite loop fix
- Documentation improvements
- Repository information updated
- Android fixes & README improvements
- Initial release 🚀