1.2.6
Implemented enhancements:
- Make the symmetric encryption UI more usable #229 (ben-xD)
- Improve android logging: Remove unnecessary print statements, and use Log.w where necessary #228 (ben-xD)
- iOS: add
notification
in RemoteMessage #224 (ben-xD) - Fix
setOptions
to complete the Future (previously did not callresult.success
) and remove side effects in example app #222 (ben-xD)
Fixed bugs:
- iOS push notifications error handling: Stop sending
FlutterError
through MethodChannel. It is not supported and crashes the app. #214 - Explicitly check types of tokenDetails, instead of using macro which … #256 (ben-xD)
Merged pull requests: