backendless_sdk 0.3.1
backendless_sdk: ^0.3.1 copied to clipboard
Flutter plugin for Backendless SDK. It provides access to the Backendless services that enable the server-side functionality for developing and running mobile and desktop apps.
0.3.1 #
- Fixed
HeadersEnumrawValues in iOS. - Fixed problem with sending BackendlessUser from Flutter to native SDK.
0.3.0 #
- Added
Class to Table MappingandColumn Name Mapping. - Added
FlutterBackendlessFCMService. Now you can handle notifications from Flutter. - Added the ability to publish and subscribe to custom classes.
- A lot of fixes and improvements.
0.2.0 #
- Add support for custom classes. To start working with custom classes, use the following method:
Backendless.data.withClass<TestTable>(). - Add methods
Backendless.getHeaders,Backendless.setHeader,Backendless.removeHeader, and alsoBackendless.userService.getUserToken,Backendless.UserService.setUserToken. - Fixes and optimizations.
0.1.1 #
- Remove redundant methods.
- Fix encoding issues.
0.1.0 #
- Add support for iOS.
0.0.4 #
- Fixes and improvements.
0.0.3 #
- Restructure the plugin.
0.0.2 #
- Fix all analyzer hints.
0.0.1 #
- Initial version for Android.