zego_zpns 2.3.0 zego_zpns: ^2.3.0 copied to clipboard
ZEGO ZPNs Flutter SDK is a flutter plugin wrapper based on ZPNs native Android / iOS SDK.
2.3.0 #
2.2.0 #
API Refactoring #
π₯ Please note to developers that there are breaking changes starting from version 2.2.0, so please read the following guidelines when upgrading from the old version to the new version.
1. Make create
function from member function to static function, and changing the return value from Future<ZPNs>
to ZPNs?
. When you using ZPNs,make sure has been configured by static function set then please call this API first. Also, you should remove the keyword await
.
2. Remove unnecessary Future return values ββfrom some APIs, so you don't need to await
the retuen value.
2.1.3 #
- Fixed a bug about meet android-12 request.
2.1.2 #
- Fixed a bug about android dependency.
2.1.1 #
- Fixed a bug about android extendedData error.
2.1.0 #
- Release version, with native iOS SDK dependency version 2.0.1, android SDK dependency version 2.1.0.
0.1.2 #
- Test version, with native iOS SDK dependency version 2.0.1, android SDK dependency version 2.1.0.
0.1.1 #
- Test version, with native iOS SDK dependency version 2.0.1, android SDK dependency version 2.1.0.
0.1.0 #
- Test version, with native iOS SDK dependency version 2.0.1, android SDK dependency version 2.1.0.
0.0.1 #
- Test version, with native iOS SDK dependency version 2.0.1, android SDK dependency version 2.1.0.