leap_aui 0.0.13
leap_aui: ^0.0.13 copied to clipboard
Whatfix Mobile SDK is a Flutter package designed to create engaging in-app experiences for your end users. This SDK enables seamless integration with your mobile app's source code, allowing developers [...]
AUI Plugin #
Overview #
- AUI (Application User Interface) is a Flutter plugin designed to enable the creation of Digital Adoption Platform (DAP) content directly on client applications. It provides tools to design, manage, and integrate DAP content seamlessly within your Flutter application.
Features #
- DAP Content Creation: Design and implement interactive guides, tooltips, walkthroughs, and other DAP content directly within the client application.
- Real-time Interaction: Test and modify content on the fly for instant feedback and adjustments.
- Dashboard Integration: Sync your application with the DAP dashboard for content management and updates.
- User-friendly API: Intuitive methods to create, update, and publish DAP content.
Example Workflow #
- Initialize AUI: Set up the AUI plugin in your application.
- Create DAP Content: Use the createContent method to build interactive content such as guides or tooltips.
- Sync with Dashboard: Publish your created content to the DAP dashboard for centralized management.
- User Testing: Test the content in the client application and make necessary adjustments.