is_even_ai_firebase_vertexai 1.0.1
is_even_ai_firebase_vertexai: ^1.0.1 copied to clipboard
Check if a given number is even with the power of Firebase VertexAI using `package:is_even_ai_firebase_vertexai`
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add is_even_ai_firebase_vertexaiWith Flutter:
$ flutter pub add is_even_ai_firebase_vertexaiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
is_even_ai_firebase_vertexai: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:is_even_ai_firebase_vertexai/is_even_ai_firebase_vertexai.dart';