easy_audio 0.0.11 copy "easy_audio: ^0.0.11" to clipboard
easy_audio: ^0.0.11 copied to clipboard

Easy record audio file, and friendly convert `speech_to_text`

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/easy_audio_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Easy Audio Example Screen',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const EasyAudioExampleScreen(),
    );
  }
}
6
likes
130
pub points
47%
popularity

Publisher

unverified uploader

Easy record audio file, and friendly convert `speech_to_text`

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

audioplayers, flutter, flutter_bloc, path_provider, record, speech_to_text

More

Packages that depend on easy_audio