so 3.3.11
so: ^3.3.11 copied to clipboard
A client library to communicate and exchange data with SO Platform.
0.0.1 #
- Initial version.
0.0.2 #
- Corrected license text.
- Source files formatted as per dart convention.
- Made sure that lint completed with no issues.
1.0.0 #
- Stable release.
- Example code updated to demonstrate more features.
2.0.0 #
- Change that is not backward compatible: The
streamandfilemethods now return a record instead of a class.
3.0.0 #
- Rewrite with WebSocket connection instead of HTTPS connection. It should now support all the platforms.
3.1.0 #
- Added new helper methods.
- Change that is not backward compatible: Signature change in the
changePasswordmethod.
3.1.1 #
- A couple of minor bugs are fixed.
- Code refactoring and improvements.
3.2.0 #
- New method to upload content to the SO Platform -
upload(...) - New method to run and retrieve the output of reports -
report(...)
3.3.0 #
- New method to upload a content stream to the SO Platform -
uploadStream(...)
3.3.1 #
- Added more error checking while accessing binary data.
3.3.2 #
- Separated the capture of text and binary data.
- Bug related to asynchronous operation fixed.
3.3.3 #
- Improved parameter handling in the
report(...)method.
3.3.4 #
- Correction done in the README.md
3.3.5 #
- Correction in example file.
3.3.6 #
- Fixed typo in the example file.
3.3.7 #
- Environment and dependencies updated to the latest available versions.
3.3.8 #
- Environment and dependencies updated to the latest available versions.
3.3.9 #
- Environment and dependencies updated to the latest available versions.
3.3.10 #
- Environment and dependencies updated to the latest available versions.
3.3.11 #
- Environment and dependencies updated to the latest available versions. Dart SDK 3.7.2