ollama_chat 1.0.0+1
ollama_chat: ^1.0.0+1 copied to clipboard
Ollama chat
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ollama_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ollama_chat: ^1.0.0+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ollama_chat/feature/chat/data/model/chat_message.dart';
import 'package:ollama_chat/feature/chat/presentation/controller/chat_controller.dart';
import 'package:ollama_chat/feature/chat/presentation/screen_chat.dart';
import 'package:ollama_chat/feature/chat/presentation/widgets/custom_text.dart';
import 'package:ollama_chat/main.dart';