Skip to content

Commit

Permalink
Update pubspec.yaml (#163)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml

* fix a deprecation message
  • Loading branch information
devoncarew authored May 14, 2024
1 parent 04c56e4 commit be23051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/google_generative_ai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.4.1-wip
description: >-
The Google AI Dart SDK enables developers to use Google's state-of-the-art
generative AI models (like Gemini).
repository: https://github.com/google/generative-ai-dart/tree/main/pkgs/google_generative_ai
repository: https://github.com/google-gemini/generative-ai-dart/tree/main/pkgs/google_generative_ai

environment:
sdk: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion samples/flutter_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class MessageWidget extends StatelessWidget {
decoration: BoxDecoration(
color: isFromUser
? Theme.of(context).colorScheme.primaryContainer
: Theme.of(context).colorScheme.surfaceVariant,
: Theme.of(context).colorScheme.surfaceContainerHighest,
borderRadius: BorderRadius.circular(18),
),
padding: const EdgeInsets.symmetric(
Expand Down

0 comments on commit be23051

Please sign in to comment.