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.