babylai
Flutter plugin for BabylAI SDK - AI-powered chat integration with support for multiple themes and languages.
1.0.16
AAU-IQ/BabylAI-Flutter
What this package is like to depend on
Last release 9 months ago
04 Nov 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
4 releases · first in 2025
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Oct 2025 to Nov 2025
2026
Releases
latest 4-
1.0.1604 Nov 2025 -
1.0.1502 Nov 2025Release notes
Open source →- Fix iOS podspec file name to match package name (
babylai.podspec) - Update podspec version to sync with package version
- iOS: CocoaPods integration now works correctly with pub.dev installation
- Fix iOS podspec file name to match package name (
-
1.0.1430 Oct 2025Release notes
Open source →- Rename package to
babylaion pub.dev - Update README installation to use
babylai: ^1.0.14 - Replace import paths to
package:babylai/babylai_flutter.dart - Add concrete LICENSE file (proprietary terms)
- Add initial CHANGELOG and metadata cleanup
- Rename package to
-
1.0.13+530 Oct 2025Release notes
Open source →- Initial release on pub.dev
- Flutter plugin for BabylAI native Android and iOS SDKs
- Added BabylAI chat launch APIs:
launchChat,launchActiveChat - Initialization API with environment config, token callback, and callbacks for messages and errors
- Dynamic language switching at runtime (English LTR, Arabic RTL)
- Light/Dark theme support and runtime theme switching
- Advanced theme customization (primary/secondary colors for light and dark, custom header logo)
- Message receiving callback for custom notification handling
- Comprehensive error handling with standardized error codes
- Android: automatic dependency resolution via Maven Central and ProGuard rules
- iOS: Swift Package support, iOS 13+ minimum
- Documentation updates and complete usage examples