flutter_mind_local 0.1.0 copy "flutter_mind_local: ^0.1.0" to clipboard
flutter_mind_local: ^0.1.0 copied to clipboard

On-device AI inference for Flutter using llama.cpp via FFI. Local engine companion to flutter_mind.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_mind_local_example/pages/chat_page.dart';

void main() => runApp(const App());

class App extends StatelessWidget {
  const App({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'flutter_mind_local demo',
      theme: ThemeData(colorSchemeSeed: Colors.deepPurple, useMaterial3: true),
      home: const ChatPage(),
    );
  }
}
0
likes
0
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

On-device AI inference for Flutter using llama.cpp via FFI. Local engine companion to flutter_mind.

Repository (GitHub)
View/report issues

Topics

#ai #llm #ffi #on-device-ai #llama

License

unknown (license)

Dependencies

ffi, flutter, flutter_mind, meta

More

Packages that depend on flutter_mind_local

Packages that implement flutter_mind_local