SourceBytes.AI
A customizable Flutter chatbot package developed with Indo Sakura for SourceBytes.AI.
This package allows developers to integrate a chatbot into their apps with fully customizable UI and theming options for different industries such as Banking, Healthcare, and more.
Supports both iOS and Android.
✨ Features
- 💬 Fully customizable chatbot UI
- 🎨 Theme customization for various industries:
- Banking
- Healthcare
- And more…
- 📱 Cross-platform support (iOS & Android)
- ⚡ Smooth performance and modern UI
- 🔄 Easy integration with existing projects
📦 Installation
Add the dependency to your pubspec.yaml
:
dependencies:
sourcebytes_bot_sdk: ^0.0.2
Libraries
- app_config
- core/model/base/base_dynamic_response_model
- core/model/bot/request/init/init_request_model
- core/model/bot/request/send_message/send_message_request_model
- core/model/bot/response/chat/chat_response_model
- core/model/bot/response/chat_history/chat_history_response_model
- core/model/bot/response/init/init_response_model
- core/model/bot/response/login/login_response_model
- core/model/bot/state/bot_state
- core/network/endpoint/bot_endpoint
- core/network/network
- core/network/network_status
- core/network/web_scoket/web_socket_manager
- sourcebytes
- theme/colors
- theme/source_byte_theme
- theme/theme_manager
- util/assets/assets
- util/auth/auth_manager
- util/chat/chat_manager
- util/enum/auth_type_enum
- util/enum/role_type_enum
- util/enum/theme_mode_enum
- util/extension/context_extension
- util/extension/string_extension
- util/formator/date_formator
- util/utils