kevin_flutter_core_platform_interface 1.1.0 kevin_flutter_core_platform_interface: ^1.1.0 copied to clipboard
A common platform interface for the kevin_flutter_core plugin.
1.1.0 #
- Add new customisation parameters to KevinGridTableStyle on iOS
- Update Dart min version to 3.0.0
1.0.5 #
- Introduce KevinSessionUnexpectedError - wrapper of plugin's native part's unexpected errors (wrong initialisation/result parsing errors)
- Make KevinCallbackUrl.single const constructor
1.0.4 #
- Fix kevin_size.dart formatting
1.0.3 #
- BREAKING: introduce KevinSize to be used in KevinButtonStyle instead of Size
- Introduce KevinCallbackUrl class to be used to pass specific android/ios callback urls
- Add toMap/fromMap() methods to models where needed
- Introduce KevinErrorHelper for internal usage
1.0.2 #
- Adjust repository/homepage URLs in pubspec.yaml
1.0.1 #
- Lower Dart version min version to 2.17.6
- Format kevin_flutter_core_arguments.dart and kevin_flutter_core_methods.dart files
1.0.0 #
- Initial release.