From 7efc531567815141512332734ab94763825e0f29 Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Tue, 10 Sep 2024 20:23:00 -0700 Subject: [PATCH] chore: update pucspec --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4ef404c..5eed5cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,14 +4,14 @@ description: > You can use it to call multiple AI models on your Dart and Flutter apps. version: 0.3.0 homepage: https://fal.ai -repository: https://github.com/fal-ai/serverless-client-dart -issue_tracker: https://github.com/fal-ai/serverless-client-dart/issues?q=is%3Aissue+is%3Aopen +repository: https://github.com/fal-ai/fal-dart +issue_tracker: https://github.com/fal-ai/fal-dart/issues?q=is%3Aissue+is%3Aopen topics: - ai - fal - - stable-diffusion - - sdxl - - text-to-image + - ml + - inference + - training environment: sdk: '>=3.1.5 <4.0.0'