flutter_agent_pupau 1.0.8
flutter_agent_pupau: ^1.0.8 copied to clipboard
A Flutter plugin that integrates Pupau AI agents into your application.
Changelog #
1.0.8 28/07/2026 #
Changes #
- Added new Tools UI and improved Dashboard
- Fixed multiple chat opening attempts opening multiple views
1.0.7 20/07/2026 #
Changes #
- Fixed modal light/dark theme not updating live
- Reduced memory usage from network images
1.0.5 13/07/2026 #
Changes #
- Added Dashboard in chat with all documents, attachments, files and todo list in the current conversation
- Added Voice Mode to talk live with your agents
- Implemented UI for newer tools
1.0.3 12/02/2026 #
Changes #
- Added AppBarConfig to show/hide appbar, customize appbar actions and closing icon
- Added DrawerConfig to set a drawer or endDrawer and have access to onDrawerChanged() and onEndDrawerChanged()
- Added
apiUrloverride support for multi-tenant deployments - Added
PupauConfig.copyWith(...) - Added
resetChatOnOpenparameter in PupauConfig - Added new
PupauChatUtilsmethods:loadConversation,startAnonymousChat,toggleAnonymousMode,exitAnonymousAndStartNewConversation,startNewConversation,setNerdStats,setHideInputBox,reloadCurrentAssistant,preloadAssistantsList,updateAuthToken - Added bearer-token auth refresh flow: emits
authErroron 401 and supports host-driven token update viaPupauChatUtils.updateAuthToken(...) - Improved chat performance
1.0.2 11/02/2026 #
Changes #
- Added audio recording feature
- Added hideAudioRecordingButton parameter in PupauConfig