source_byte_bot 0.0.4 copy "source_byte_bot: ^0.0.4" to clipboard
source_byte_bot: ^0.0.4 copied to clipboard

discontinued

An Indo-sakura chatbot package from source byte to train your AI model and seamlessly give you a polished output.

example/lib/main.dart

import 'package:example/example_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'SourceByteBot Example',
      debugShowCheckedModeBanner: false,
      home: ExampleScreen(),
    );
  }
}
0
likes
130
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

An Indo-sakura chatbot package from source byte to train your AI model and seamlessly give you a polished output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

build_runner, cached_network_image, cached_network_svg_image, device_info_plus, flutter, flutter_riverpod, freezed, freezed_annotation, http, intl, json_annotation, json_serializable, lottie, network_info_plus, riverpod, shimmer

More

Packages that depend on source_byte_bot