genesis_ai_sdk 0.3.0
genesis_ai_sdk: ^0.3.0 copied to clipboard
MOVED — this package has been renamed to flutter_agentic. Please migrate to flutter_agentic instead.
⚠️ 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.