openai_apps_sdk 1.0.2
openai_apps_sdk: ^1.0.2 copied to clipboard
Unofficial Flutter/Dart package that provides seamless integration with OpenAI's Apps SDK for ChatGPT, enabling developers to build interactive widgets and applications that run natively inside ChatGP [...]
Changelog #
1.0.2 #
- Fixed README.md documentation
1.0.1 #
- Fixed screenshot urls
1.0.0+10 #
Initial release of OpenAI Apps SDK bridge for Flutter.
Features #
callTool()- Call backend tools through MCP serversendFollowUpMessage()- Send programmatic messages to ChatGPTopenExternal()- Open external URLsrequestDisplayMode()- Request display mode changes (inline, fullscreen, pip)initInlineModeSizeConfig()- Configure inline mode height (experimental, addresses resizing issues)- Access to
themeproperty (light/dark mode) - Access to
localeproperty - Access to
displayModeproperty - Access to
deviceTypeproperty - Access to
hasHoverCapabilityproperty - Access to
hasTouchCapabilityproperty - Access to
safeAreaInsetsproperty themeStream- Listen to theme changeslocaleStream- Listen to locale changesdisplayModeStream- Listen to display mode changessafeAreaStream- Listen to safe area changesglobalsStream- Listen to global state changes