talk_core 0.0.1 copy "talk_core: ^0.0.1" to clipboard
talk_core: ^0.0.1 copied to clipboard

Core Library for Talk.

example/talk_core_example.dart

import 'package:talk_core/talk_core.dart';

void main() {
  final message = Message(
    text: 'Hello, World!',
    sender: Sender.user,
    time: DateTime.now(),
    model: Model.googleGemini1Pro,
  );

  print(message.text);
  print(message.sender.name);
  print(message.time);
  print(message.model);
}
1
likes
150
points
18
downloads

Publisher

verified publisherchandramdutta.me

Weekly Downloads

Core Library for Talk.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on talk_core