Skip to content

Commit

Permalink
Export package exceptions (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz authored Dec 21, 2024
1 parent ea1cf9d commit b1fbc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_ai_toolkit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/// - Chat UI: Ready-to-use widgets for displaying chat interfaces.
library;

export 'src/llm_exception.dart';
export 'src/providers/interface/chat_message.dart';
export 'src/providers/providers.dart';
export 'src/styles/styles.dart';
Expand Down

0 comments on commit b1fbc7c

Please sign in to comment.