- Updated
package_info_plus
to 8.0.2 - Updated
flutter_lints
to 4.0.2 - Replaced
flutter_native_timezone
withflutter_timezone
logout
: delete the associated device token from the user's profile
init
now requiresawait
. Should be called afterWidgetsFlutterBinding.ensureInitialized();
identify
now automatically tracks the customer's timezone (astz
). This is to be used for sending messages at recipient's timezone.setDeviceToken
now tracks app version, build and current timestamp to know last sync.
merge
: Merge an anonymous user with an identified useraddToAccount
: Add the Customer to an AccountremoveFromAccount
: Remove the Customer from an AccountchangeAccountRole
: Change the Customer's role in the AccountconvertToAccount
: Convert the Customer profile to an AccountconvertToCustomer
: convert the Account profile to a Customer
- Added
created_at
toidentify
.
- First version. Implemented
setDeviceToken
,addAttributes
,trackEvents
andidentify
.