flutter_smartcar_auth 2.0.0
flutter_smartcar_auth: ^2.0.0 copied to clipboard
Flutter plugin for SmartcarAuth, enabling authentication and configuration like the native Smartcar library for iOS & Android.
2.0.0 [Breaking Changes] #
- 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.
1.0.6 #
- Updated spelling for
controlSecurity
enum. Thanks to @nick.maiello. - Added new missing permissions in
SmartcarPermission
enum. Thanks to @nick.maiello. - Updated repository location.
1.0.5 #
- Updated repository location
1.0.4 #
- 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.
1.0.3 #
- Infinite loop fix
- Documentation improvements
1.0.2 #
- Repository information updated
1.0.1 #
- Android fixes & README improvements
1.0.0 #
- Initial release 🚀