widgets_sdk_flutter 0.0.1
widgets_sdk_flutter: ^0.0.1 copied to clipboard
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).iosandandroid- 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.