genai_primitives 0.0.1-dev.1
genai_primitives: ^0.0.1-dev.1 copied to clipboard
TODO - add description
example/example.dart
// Copyright 2025 The Flutter Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:genai_primitives/genai_primitives.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}