mopinion_flutter_integration_plugin 3.0.0 mopinion_flutter_integration_plugin: ^3.0.0 copied to clipboard
Plugin to integrate Mopinion Native Mobile SDKs into Flutter projects.
3.0.0 #
- Mopinion Android SDK updated to latest version 2.0.0
- Using UIViewController instead of FlutterViewController for iOS.
2.1.0 #
- Fixed issues with Android where the
Future
of the methods did not complete at all. - Improved error messages on Android.
2.0.1 #
- The SDK has been adapted to receive the Flutter Plugin Version when initialized from a Flutter project.
- Mopinion SDK updated to latest version 1.0.24
2.0.0 #
- Fixed issue with running on iOS. Swift Package Manager is not needed anymore.
- Introduced
MopinionFormState
enum as type for the event stream. - Added correct typing to all methods in the plugin and removed unnecessary ones.
- Improved error handling.
- Improved overall documentation
- Updated README
1.0.2 #
- Improvement of the readme description.
- Added links to the Native repositories (Android and iOS).
1.0.0 #
- First stable version.
0.0.4 #
- Loading State optimized for Flutter.
- Code formatted.
- Fixed typos in readme.
0.0.3 #
- Readme improved.
0.0.2 #
- iOS EventChannel included in the plugin to be able to stream events to the Flutter side.
- Improved EventChannel in the Android side.
- Readme improved.
0.0.1 #
- Initial alpha release