widgets_sdk_flutter 0.0.1 copy "widgets_sdk_flutter: ^0.0.1" to clipboard
widgets_sdk_flutter: ^0.0.1 copied to clipboard

outdated

GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK. It provides all the necessary UI components to quickly integrate GliaSDK into your project.

Glia Flutter Plugin #

Glia Widgets SDK Flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Structure #

  • lib - plugin source code (Dart). Contains interface (MethodChannelGliaWidgetsSdk - channel name and available interfaces), platform (GliaWidgetsSdkPlatform - Dart instance handling and base implementation, throws exception) and Dart implementation (GliaWidgetsSdk - Dart interface implementation).
  • ios and android - platform specific code. Handles calls from Dart side, handle and returns response to Dart.
  • example/ios & example/android - example project where GliaWidgetsSdk plugin is integrated.
0
likes
0
points
27
downloads

Publisher

verified publisherglia.com

Weekly Downloads

GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK. It provides all the necessary UI components to quickly integrate GliaSDK into your project.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on widgets_sdk_flutter

Packages that implement widgets_sdk_flutter