⚠️ This package has moved
genesis_ai_sdk has been renamed to flutter_agentic.
This version (0.3.0) is the final release and simply re-exports flutter_agentic. No features were removed — this is a rename only.
Migrate in 2 steps
1. Update pubspec.yaml:
dependencies:
flutter_agentic: ^1.0.0 # remove genesis_ai_sdk
2. Update your imports:
import 'package:flutter_agentic/flutter_agentic.dart';
That's it. All classes (GenesisAgent, GenesisFlow, PolicyRouter etc.) are identical.
Libraries
- genesis_ai_sdk
- ⚠️ This package has moved to flutter_agentic.