Skip to content

1.2.6

Compare
Choose a tag to compare
@ben-xD ben-xD released this 25 Nov 10:17
· 1412 commits to main since this release
9eab6d6

Full Changelog

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 call result.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:

  • Docs improvement for Android push notifications #227 (ben-xD)
  • Reduce dart analysis warnings and hints and remove "Interface" classes (e.g. RealtimeInterface) #213 (ben-xD)
  • Remove unnecessary abstract classes #193 (ben-xD)