hasab_ai_flutter 1.0.0 copy "hasab_ai_flutter: ^1.0.0" to clipboard
hasab_ai_flutter: ^1.0.0 copied to clipboard

A comprehensive Flutter SDK for Hasab AI - speech-to-text, text-to-speech, translation, and chat capabilities for Ethiopian languages.

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
3
likes
140
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter SDK for Hasab AI - speech-to-text, text-to-speech, translation, and chat capabilities for Ethiopian languages.

Homepage
Repository (GitHub)
View/report issues

Topics

#ai #speech-to-text #text-to-speech #translation #ethiopian-languages

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, flutter_sound, just_audio, path_provider, permission_handler

More

Packages that depend on hasab_ai_flutter